mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 14:54:12 +00:00
7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
systemctl stop 'nimbus_beacon_node.service'
|
||
|
systemctl disable 'nimbus_beacon_node.service'
|