Files
orchestra/deploy/orchestra-worker.service
T

16 lines
291 B
Desktop File

[Unit]
Description=Orchestra federation worker
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=orchestra
EnvironmentFile=/etc/orchestra/worker.env
ExecStart=/usr/local/bin/orchestra-worker
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target