mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2024-10-01 07:35:35 -04:00
14 lines
305 B
Desktop File
14 lines
305 B
Desktop File
[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
|