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