summaryrefslogtreecommitdiff
path: root/sandcastle/utils/enable-services.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sandcastle/utils/enable-services.sh')
-rwxr-xr-xsandcastle/utils/enable-services.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/sandcastle/utils/enable-services.sh b/sandcastle/utils/enable-services.sh
deleted file mode 100755
index 0feacbd..0000000
--- a/sandcastle/utils/enable-services.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-
-# Copy the fund-rewards.service and fund-rewards.timer files, to the host systemd folder
-
-cp systemd/fund-rewards.* ~/.config/systemd/user
-
-systemctl --user daemon-reload
-
-systemctl --user enable --now fund-rewards.timer