debian: restart petale every minute (#75725)
gitea/petale/pipeline/head This commit looks good Details

Instead of every 100ms, the default value for RestartSec (man
systemd.service).
This commit is contained in:
Benjamin Dauvergne 2023-03-22 18:06:08 +01:00
parent 64d0dbae03
commit a989f65171
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Restart=on-failure
RuntimeDirectory=petale
Type=notify
NotifyAccess=all
RestartSec=1min
[Install]
WantedBy=multi-user.target