10 lines
118 B
SYSTEMD
10 lines
118 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run vdirsyncer hourly
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=hourly
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|