5 lines
108 B
Text
5 lines
108 B
Text
case "${ACTION}" in
|
|
post)
|
|
test -z "$(command -v initctl)" || initctl re-exec >/dev/null 2>&1 || :
|
|
;;
|
|
esac
|