Updated allowed exit codes
This commit is contained in:
parent
34aa22b110
commit
50036b5849
|
@ -7,6 +7,7 @@ Wants=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=$(which osync.sh) /etc/osync/%i --on-changes --errors-only
|
ExecStart=$(which osync.sh) /etc/osync/%i --on-changes --errors-only
|
||||||
|
SuccessExitStatus=0 2
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -6,6 +6,6 @@ Wants=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=$(which osync.sh) /etc/osync/%i --on-changes --silent
|
ExecStart=$(which osync.sh) /etc/osync/%i --on-changes --silent
|
||||||
|
SuccessExitStatus=0 2
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue