summaryrefslogtreecommitdiff
path: root/check-kernel.conf.in
blob: dc40a52486ed209df6558823dd51ad187cff40a3 (plain)
1
2
3
4
5
6
7
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
}