mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Include a systemd.timer file (the interval can be overridden, as mentioned in the docs). TBH, I'd suggest downstream packagers of systemd-based distributions include these files on installation (activation needs to be done manually anyway).
7 lines
163 B
Desktop File
7 lines
163 B
Desktop File
[Unit]
|
|
Description=Synchronize calendars and contacts
|
|
Documentation=https://vdirsyncer.readthedocs.org/
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/vdirsyncer sync
|
|
Type=oneshot
|