infrastructure/roles/backup/templates/backup.service.j2

12 lines
236 B
Text
Raw Normal View History

2024-09-26 22:02:36 +00:00
[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