random-scripts/systemd/vdirsyncer@.service

9 lines
179 B
SYSTEMD
Raw Normal View History

2023-05-25 04:47:11 -07:00
[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