homes/desktop/.local/share/systemd/user/vdirsyncer.service

11 lines
252 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Synchronize calendars and contacts
Documentation=https://vdirsyncer.readthedocs.org/
StartLimitBurst=2
[Service]
ExecStart=/usr/bin/vdirsyncer sync
RuntimeMaxSec=3m
Restart=on-failure
Environment="KEYRING_PROPERTY_SCHEME=KeePassXC"