This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/roles/backup/templates/backup.service.j2

12 lines
236 B
Text
Raw Normal View History

2024-05-12 23:49:06 +00:00
[Unit]
Description=Autostart several tools and services
StartLimitIntervalSec=7200
StartLimitBurst=5
[Service]
Type=oneshot
ExecStart={{ service_path }}/backup.sh
WorkingDirectory={{ service_path }}
2024-05-12 23:49:06 +00:00
Restart=on-failure
RestartSec=15min