blob: a0f41519115d166d2e3185ee1045161c67d8ae32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Timer for primary accound mbsync
ConditionPathExists=%h/.mbsyncrc
After=network.target
[Timer]
OnBootSec=1m
OnUnitInactiveSec=1m
[Install]
WantedBy=default.target
|