fix(kured): update sentinel command

This commit is contained in:
Khue Doan 2022-02-23 02:16:09 +07:00
parent a5f0c70b5c
commit dc92c4d8fd

View File

@ -1,3 +1,3 @@
kured:
configuration:
rebootSentinelCommand: sh -c 'needs-restarting --reboothint && exit 1 || exit 0'
rebootSentinelCommand: "! needs-restarting -r"