blob: 44cb6a51886cbc54815bf6414d903ce3fc5b94e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# must be symlinked from ~/.config/systemd/user
[Unit]
Description=Backup documents timer
[Timer]
# run 10m after boot
OnBootSec=10m
# then every hour
OnUnitActiveSec=2h
[Install]
WantedBy=timers.target
|