random-scripts/systemd/vdirsyncer@.service

9 lines
179 B
Desktop File

[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