envsdotnet-matrix-conf/etc/systemd/system/matrix-synchrotron-balancer.service
2022-01-08 14:44:18 +01:00

16 lines
336 B
Desktop File

[Unit]
Description=matrix-synchrotron-balancer
After=network.target
Requires=nginx.service
Requires=matrix-synapse.target
[Service]
Type=simple
User=synchrotron
WorkingDirectory=/opt/matrix-synchrotron-balancer
ExecStart=/opt/matrix-synchrotron-balancer/matrix-synchrotron-balancer
Restart=always
[Install]
WantedBy=multi-user.target