10 lines
135 B
SYSTEMD
10 lines
135 B
SYSTEMD
[Unit]
|
|
Description=Timer for restic-backup
|
|
|
|
[Timer]
|
|
OnBootSec=2m
|
|
OnUnitInactiveSec=1d
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|