modules/external-storage: set SuccessExitStatus
This commit is contained in:
parent
c27f53eec1
commit
514f5c9001
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ in
|
||||||
|
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "10s";
|
RestartSec = "10s";
|
||||||
|
|
||||||
|
# see https://www.rath.org/s3ql-docs/man/fsck.html
|
||||||
|
SuccessExitStatus = [ 128 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue