diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-09-10 14:13:10 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-09-10 14:13:10 +0200 |
commit | dd73810187445b9c77a0b6ff0c40d9dd7cde2ab2 (patch) | |
tree | 9a222822dde07747debc91a960d64afdb3760a50 | |
parent | f0a593441f37d4b6ab336a2a8493e52be994b673 (diff) | |
download | dotfiles-dd73810187445b9c77a0b6ff0c40d9dd7cde2ab2.tar.xz |
systemd: add dumpwatch user service
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | systemd/user/dumpwatch.service | 10 |
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 |