Updated allowed exit codes

This commit is contained in:
deajan 2017-03-14 21:32:48 +01:00
parent 34aa22b110
commit 50036b5849
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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