10 lines
141 B
SYSTEMD
10 lines
141 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run mbsync and mu index every five minutes
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=3min
|
||
|
OnUnitActiveSec=5min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|