10 lines
124 B
SYSTEMD
10 lines
124 B
SYSTEMD
[Unit]
|
|
Description=Timer for restic-backup
|
|
|
|
[Timer]
|
|
OnUnitInactiveSec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|