diff options
Diffstat (limited to '.config/systemd/system/vdirsyncer@.timer')
-rw-r--r-- | .config/systemd/system/vdirsyncer@.timer | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/system/vdirsyncer@.timer b/.config/systemd/system/vdirsyncer@.timer new file mode 100644 index 0000000..57f77db --- /dev/null +++ b/.config/systemd/system/vdirsyncer@.timer @@ -0,0 +1,9 @@ +[Unit] +Description=DAV synchronization timer for %i + +[Timer] +OnBootSec=2m +OnUnitActiveSec=5m + +[Install] +WantedBy=timers.target |