aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/user/dumpwatch.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/user/dumpwatch.service')
-rw-r--r--systemd/user/dumpwatch.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/user/dumpwatch.service b/systemd/user/dumpwatch.service
new file mode 100644
index 0000000..657424b
--- /dev/null
+++ b/systemd/user/dumpwatch.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Watch ~/dumpdir for things to upload to theos
+
+[Service]
+Environment=dump_host=theos.kyriasis.com
+Environment=dump_user=kyrias
+ExecStart=/home/kyrias/.local/bin/dumpwatch.zsh
+
+[Install]
+WantedBy=default.target