aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-11-27 12:56:45 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-11-27 12:57:30 +0100
commited5a898294ec3bdd7f3fc081443036e27558f9e5 (patch)
treee352ea423039ae46545abd55000a0cb2f060a1f1 /systemd
parent8e30dbaaf16b6d4c2a20dbe1c54b5ba71fab13e3 (diff)
downloaddotfiles-ed5a898294ec3bdd7f3fc081443036e27558f9e5.tar.xz
systemd/dumpwatch.service: Use %u rather than hard-coding user
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'systemd')
-rw-r--r--systemd/user/dumpwatch.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/user/dumpwatch.service b/systemd/user/dumpwatch.service
index 657424b..8161c69 100644
--- a/systemd/user/dumpwatch.service
+++ b/systemd/user/dumpwatch.service
@@ -4,7 +4,7 @@ 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
+ExecStart=/home/%u/.local/bin/dumpwatch.zsh
[Install]
WantedBy=default.target