summaryrefslogtreecommitdiffhomepage
path: root/systemd/dispatch.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/dispatch.service')
-rw-r--r--systemd/dispatch.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/dispatch.service b/systemd/dispatch.service
index 88e8352..e651fa7 100644
--- a/systemd/dispatch.service
+++ b/systemd/dispatch.service
@@ -4,12 +4,12 @@ After=network.target
[Service]
Type=simple
+# User/Group are set by bin/install (patched from SUDO_USER)
ExecStart=/usr/bin/dispatch-server
EnvironmentFile=/etc/dispatch/env
WorkingDirectory=/var/lib/dispatch
Restart=on-failure
RestartSec=5
-# Journal the output
StandardOutput=journal
StandardError=journal