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