I have not used (most) of these services in a long time. This makes the unlinking more official. Also paves the way for setting up simple runit-managed user services.
10 lines
144 B
SYSTEMD
10 lines
144 B
SYSTEMD
[Unit]
|
|
Description=Mailbox synchronization timer
|
|
|
|
[Timer]
|
|
OnBootSec=1m
|
|
OnUnitActiveSec=1h
|
|
Unit=mbsync.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|