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