Advertisement
VirtualAdept

Untitled

Jan 26th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. [Unit]
  2. Description=Synapse Matrix Worker
  3. After=matrix-synapse.service
  4. BindsTo=matrix-synapse.service
  5.  
  6. [Service]
  7. Type=notify
  8. NotifyAccess=main
  9. User=matrix
  10. Group=matrix
  11. WorkingDirectory=/home/matrix
  12. ExecStart=/home/matrix/synapse/bin/python3 -m synapse.app.%i --config-path=/home/matrix/homeserver.yaml --config-path=/home/matrix/workers/%i.yaml
  13. ExecReload=/bin/kill -HUP $MAINPID
  14. Restart=always
  15. RestartSec=5
  16. SyslogIdentifier=matrix-synapse-%i
  17.  
  18. [Install]
  19. WantedBy=matrix-synapse.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement