Update backup service and forgejo
This commit is contained in:
parent
5ff07b77b4
commit
a1552c3662
2 changed files with 11 additions and 2 deletions
|
@ -1,4 +1,11 @@
|
|||
[Unit]
|
||||
Description=Autostart several tools and services
|
||||
StartLimitIntervalSec=7200
|
||||
StartLimitBurst=5
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart={{ service_path }}/backup.sh
|
||||
WorkingDirectory={{ service_path }}
|
||||
Restart=on-failure
|
||||
RestartSec=15min
|
||||
|
|
Reference in a new issue