forked from pool/python-vdirsyncer
- fix vdirsyncer.timer service OBS-URL: https://build.opensuse.org/request/show/623571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=6
11 lines
128 B
SYSTEMD
11 lines
128 B
SYSTEMD
[Unit]
|
|
Description=Synchronize vdirs
|
|
|
|
[Timer]
|
|
OnBootSec=5m
|
|
OnUnitActiveSec=15m
|
|
AccuracySec=5m
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|