mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-01-12 02:49:24 -05:00
16 lines
336 B
Desktop File
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
|