mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Merge pull request #846 from pfactum/master
contrib/systemd: implement service timeout
This commit is contained in:
commit
b5d4d3f9a9
1 changed files with 2 additions and 1 deletions
|
|
@ -4,4 +4,5 @@ Documentation=https://vdirsyncer.readthedocs.org/
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/vdirsyncer sync
|
ExecStart=/usr/bin/vdirsyncer sync
|
||||||
Type=oneshot
|
RuntimeMaxSec=3m
|
||||||
|
Restart=on-failure
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue