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

This commit is contained in:
Dany LE 2023-03-31 15:33:56 +02:00 committed by GitHub
parent a16e89b087
commit b57c5937bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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