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