Update backup service and forgejo

This commit is contained in:
Tobias Reisinger 2024-05-13 01:49:06 +02:00
parent 5ff07b77b4
commit a1552c3662
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 11 additions and 2 deletions

View file

@ -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