mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Make systemd service restart only once on failure
Fixes https://github.com/pimutils/vdirsyncer/issues/998
This commit is contained in:
parent
c50eabc77e
commit
c5f80d1644
2 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ In alphabetical order:
|
|||
- Marek Marczykowski-Górecki
|
||||
- Markus Unterwaditzer
|
||||
- Michael Adler
|
||||
- rEnr3n
|
||||
- Thomas Weißschuh
|
||||
- Witcher01
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=Synchronize calendars and contacts
|
||||
Documentation=https://vdirsyncer.readthedocs.org/
|
||||
StartLimitBurst=2
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/vdirsyncer sync
|
||||
|
|
|
|||
Loading…
Reference in a new issue