envsdotnet-matrix-conf/etc/systemd/system/matrix-synchrotron-balancer.service

14 lines
305 B
SYSTEMD
Raw Normal View History

2021-08-01 08:34:00 -04:00
[Unit]
Description=matrix-synchrotron-balancer
After=network.target matrix-synapse.service
[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