add restart delay to 10 sec to service file
All checks were successful
gitea-sync/antd-tunnel-publishers/pipeline/head This commit looks good

This commit is contained in:
Dany LE
2023-03-31 15:33:56 +02:00
committed by GitHub
parent a16e89b087
commit b57c5937bd

View File

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