7 lines
301 B
Text
7 lines
301 B
Text
|
[Service]
|
||
|
ExecStartPre=
|
||
|
ExecStartPre=/opt/venvs/matrix-synapse/bin/python -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --generate-keys
|
||
|
|
||
|
ExecStart=
|
||
|
ExecStart=/opt/venvs/matrix-synapse/bin/python -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml
|