10 lines
200 B
SYSTEMD
10 lines
200 B
SYSTEMD
|
[Unit]
|
||
|
Description=Sync calendar %i with vdirsyncer
|
||
|
Wants=default.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=sh -c "echo '%i' | sed 's#:#/#g' | xargs vdirsyncer sync"
|
||
|
RuntimeMaxSec=3m
|
||
|
Restart=on-failure
|