summarylogtreecommitdiffstats
path: root/agate@.service
diff options
context:
space:
mode:
authorMidAutumnMoon2022-02-13 15:28:53 +0800
committerMidAutumnMoon2022-02-13 15:28:53 +0800
commit8c9c54cf4d0a8db330c56ed32a85e9e8b157f8da (patch)
treef5e0e578380d85a90cfeeac57b9acf5f6e3f6ba9 /agate@.service
parent678477bbae71e5c41eaf76de7f227a2acbb69701 (diff)
downloadaur-8c9c54cf4d0a8db330c56ed32a85e9e8b157f8da.tar.gz
tweak service file a bit
Diffstat (limited to 'agate@.service')
-rw-r--r--agate@.service26
1 files changed, 13 insertions, 13 deletions
diff --git a/agate@.service b/agate@.service
index 222d9b363275..54e17e781da4 100644
--- a/agate@.service
+++ b/agate@.service
@@ -1,20 +1,20 @@
[Unit]
-Description=Very simple server for the Gemini hypertext protocol.
-Wants=network-online.target
-After=network-online.target
+Description = Very simple server for the Gemini hypertext protocol.
+Wants = network-online.target
+After = network-online.target
[Service]
-Type=simple
-User=agate
-EnvironmentFile=/etc/agate/%i
-ExecStart=/usr/bin/agate $CONTENT $CERT $ADDR $HOSTNAME $LANG $OTHERS
+Type = simple
+User = agate
+EnvironmentFile = /etc/agate/%i
+ExecStart = /usr/bin/agate $CONTENT $CERT $ADDR $HOSTNAME $LANG $OTHERS
-Restart=always
-RestartSec=1
+Restart = always
+RestartSec = 1
-StandardOutput=syslog
-StandardError=syslog
-SyslogIdentifier=gemini
+StandardOutput = journal
+StandardError = journal
+SyslogIdentifier = gemini
[Install]
-WantedBy=multi-user.target
+WantedBy = multi-user.target