summarylogtreecommitdiffstats
path: root/agate@.service
diff options
context:
space:
mode:
authorMidAutumnMoon2021-02-04 15:29:17 +0800
committerMidAutumnMoon2021-02-04 15:29:17 +0800
commitcc39e080d5bf6918bb467c43318554353cc265f1 (patch)
treeed6e638de37aba47a4bc30831dcfbb1b59ef3139 /agate@.service
parent78d284f82b98495f55ee6e451b8e76f831bc1352 (diff)
downloadaur-cc39e080d5bf6918bb467c43318554353cc265f1.tar.gz
Small fix to make systemd happy
Diffstat (limited to 'agate@.service')
-rw-r--r--agate@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/agate@.service b/agate@.service
index 8e2aa530bd8e..d5112257ea6d 100644
--- a/agate@.service
+++ b/agate@.service
@@ -6,7 +6,7 @@ After=network-online.target
[Service]
Type=simple
User=agate
-EnvironmentFile=%i
+EnvironmentFile=/etc/agate/%i
ExecStart=/usr/bin/agate $CONTENT $CERT $ADDR $HOSTNAME $LANG $OTHERS
Restart=always