[Unit] Description=Synchronise calendars and contacts Documentation=man:pimsync [Service] Type=simple ExecStart=/usr/bin/pimsync -v $LOGLEVEL daemon # override this with `systemctl --user edit` to adjust log levels (without # having to override ExecStart) Environment=LOGLEVEL=warn Restart=no # don't restart on 74, as per pimsync(1) EXIT STATUS RestartPreventExitStatus=74 [Install] WantedBy=default.target