fixes and some improvements
[distro-setup] / filesystem / usr / local / bin / bitcoinoff
diff --git a/filesystem/usr/local/bin/bitcoinoff b/filesystem/usr/local/bin/bitcoinoff
new file mode 100755 (executable)
index 0000000..d952873
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+[[ $EUID == 0 ]] || exec sudo "${BASH_SOURCE[0]}"
+
+systemctl stop bitcoind