Thanks to Václav Nováček for the suggestion
This commit is contained in:
Michael Scherer 2021-04-17 20:35:05 +02:00 committed by dcallagh
parent 18ca30d293
commit d1eb576c71

View file

@ -11,6 +11,7 @@ ExecStart=/usr/bin/python3 -m synapse.app.homeserver --config-path=/etc/synapse/
ExecReload=/bin/kill -HUP $MAINPID
# EnvironmentFile=-/etc/sysconfig/synapse # Can be used to e.g. set SYNAPSE_CACHE_FACTOR
SyslogIdentifier=synapse
After=network-online.target postgresql.service
[Install]
WantedBy=multi-user.target