fix(kured): update sentinel command

This commit is contained in:
Khue Doan 2022-02-23 01:27:59 +07:00
parent 3ad371d475
commit a5f0c70b5c

View File

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