10 lines
200 B
Desktop File
10 lines
200 B
Desktop File
[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
|