antd-tunnel-publishers/antd-tunnel-publisher.service
Dany LE b57c5937bd
All checks were successful
gitea-sync/antd-tunnel-publishers/pipeline/head This commit looks good
add restart delay to 10 sec to service file
2023-03-31 15:33:56 +02:00

16 lines
242 B
Desktop File

[Unit]
Description=Antd Publisher Service
After=antd.service
StartLimitIntervalSec=0
[Service]
Type=simple
User=root
WorkingDirectory=/opt/www
ExecStart=/opt/www/bin/runnerd
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target