diff options
Diffstat (limited to 'check-kernel.conf.in')
-rw-r--r-- | check-kernel.conf.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/check-kernel.conf.in b/check-kernel.conf.in new file mode 100644 index 0000000..dc40a52 --- /dev/null +++ b/check-kernel.conf.in @@ -0,0 +1,8 @@ +# Configuration for check-kernel +# Should be located at #ETCDIR#/check-kernel.conf + +# a hook which should check if a reboot is safe and wait or return +# non-zero if it is not +reboot_check_hook() { + true +} |