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