Update example systemd service file

This commit is contained in:
Erik Johnston 2019-07-22 15:24:25 +01:00
parent 80cfad233e
commit 17c27df6ea

View file

@ -14,7 +14,9 @@
Description=Synapse Matrix homeserver
[Service]
Type=simple
Type=notify
NotifyAccess=main
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-abort
User=synapse