aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-09-10 14:13:10 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-09-10 14:13:10 +0200
commitdd73810187445b9c77a0b6ff0c40d9dd7cde2ab2 (patch)
tree9a222822dde07747debc91a960d64afdb3760a50
parentf0a593441f37d4b6ab336a2a8493e52be994b673 (diff)
downloaddotfiles-dd73810187445b9c77a0b6ff0c40d9dd7cde2ab2.tar.xz
systemd: add dumpwatch user service
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-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