vdirsyncer@.service 179 B

123456789
  1. [Unit]
  2. Description=Sync calendar %i with vdirsyncer
  3. [Service]
  4. Type=simple
  5. ExecStart=sh -c "echo '%i' | sed 's#:#/#g' | xargs vdirsyncer sync"
  6. RuntimeMaxSec=3m
  7. Restart=on-failure