summaryrefslogtreecommitdiff
path: root/bootstrap-walletbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-walletbuilder')
-rwxr-xr-xbootstrap-walletbuilder9
1 files changed, 9 insertions, 0 deletions
diff --git a/bootstrap-walletbuilder b/bootstrap-walletbuilder
index edb093d..8a5304c 100755
--- a/bootstrap-walletbuilder
+++ b/bootstrap-walletbuilder
@@ -27,3 +27,12 @@ done
if test ! -d worker ; then
buildbot-worker create-worker --umask=0o22 ~/worker localhost:9989 wallet-worker wallet-pass
fi
+
+
+mkdir -p ~/.config/systemd/user/
+cp systemd-services/buildbot-worker-wallet.service ~/.config/systemd/user/
+
+systemctl --user daemon-reload || echo "Please use 'machinectl shell walletbuilder@.host' to log in to use this script"
+
+systemctl --user enable buildbot-worker-wallet.service
+systemctl --user start buildbot-worker-wallet.service