blob: f06938a00c4fc6f698ce9c670926acb041a60a2f (
plain) (
tree)
|
|
# 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
|