mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-01-10 10:19:24 -05:00
14 lines
305 B
SYSTEMD
14 lines
305 B
SYSTEMD
|
[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
|