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'
|