diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-27 12:56:45 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-27 12:57:30 +0100 |
commit | ed5a898294ec3bdd7f3fc081443036e27558f9e5 (patch) | |
tree | e352ea423039ae46545abd55000a0cb2f060a1f1 /systemd/user/dumpwatch.service | |
parent | 8e30dbaaf16b6d4c2a20dbe1c54b5ba71fab13e3 (diff) | |
download | dotfiles-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/user/dumpwatch.service')
-rw-r--r-- | systemd/user/dumpwatch.service | 2 |
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 |