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