summarylogtreecommitdiffstats
path: root/parabot.service
diff options
context:
space:
mode:
authorJonathan Schleußer2018-01-12 17:48:31 +0100
committerJonathan Schleußer2018-01-12 17:48:31 +0100
commitccf7c71e9320e69331f4d120a61b3fd6d37a0431 (patch)
tree820145e5f27ab365ac7d79478df3baad947e323d /parabot.service
parent3e4448d8deb3719caa9444327bd1c10e2e6b0143 (diff)
downloadaur-ccf7c71e9320e69331f4d120a61b3fd6d37a0431.tar.gz
Use %h in service
Diffstat (limited to 'parabot.service')
-rw-r--r--parabot.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/parabot.service b/parabot.service
index 0a4dd94a4df3..1c976143a491 100644
--- a/parabot.service
+++ b/parabot.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
-ExecStart=/usr/bin/env RUST_BACKTRACE=1 /usr/bin/parabot "$HOME/.config/parabot/conf.toml"
+ExecStart=/usr/bin/env RUST_BACKTRACE=1 /usr/bin/parabot %h/.config/parabot/conf.toml
WorkingDirectory=%h
Restart=always