about summary refs log tree commit diff
path: root/nixos/.config/systemd/user/mbsync.timer
blob: d2c980f88191dbfbf72d72e979afa7888cacb881 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Timer for mbsync
ConditionPathExists=%h/.mbsyncrc
After=network.target

[Timer]
OnBootSec=1m
OnUnitInactiveSec=1m

[Install]
WantedBy=default.target