aboutsummaryrefslogtreecommitdiff
path: root/core/minit/files/minit.post.shutdown
blob: 747db7f1314c6438ccf5d1b4d6c9937c8a192121 (plain)
1
case "$1" in poweroff) /bin/kill -s USR2 1 ;; reboot) /bin/kill -s QUIT 1 ;; esac