aboutsummaryrefslogtreecommitdiff
path: root/deploy_systemd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy_systemd.sh')
-rwxr-xr-xdeploy_systemd.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/deploy_systemd.sh b/deploy_systemd.sh
new file mode 100755
index 0000000..e90f092
--- /dev/null
+++ b/deploy_systemd.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+cp -v systemd/*service systemd/*timer /etc/systemd/system/
+systemctl daemon-reload
+
+cd systemd
+for f in $(ls *.timer); do systemctl enable $f ; done
+cd ..
+