Change type of service to 'notify'
This commit is contained in:
parent
2add6a6224
commit
3971d94757
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
Description=Synapse Matrix homeserver
|
Description=Synapse Matrix homeserver
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=notify
|
||||||
|
NotifyAccess=main
|
||||||
User=synapse
|
User=synapse
|
||||||
Group=synapse
|
Group=synapse
|
||||||
WorkingDirectory=/var/lib/synapse
|
WorkingDirectory=/var/lib/synapse
|
||||||
|
|
Loading…
Reference in a new issue