From c416432b8cc934b768a19242b976c159f07a22a5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 7 Feb 2020 17:21:02 +0300 Subject: minit: add new package at 0.1.0 to core --- core/minit/files/minit.post.shutdown | 1 + 1 file changed, 1 insertion(+) create mode 100644 core/minit/files/minit.post.shutdown (limited to 'core/minit/files/minit.post.shutdown') diff --git a/core/minit/files/minit.post.shutdown b/core/minit/files/minit.post.shutdown new file mode 100644 index 00000000..747db7f1 --- /dev/null +++ b/core/minit/files/minit.post.shutdown @@ -0,0 +1 @@ +case "$1" in poweroff) /bin/kill -s USR2 1 ;; reboot) /bin/kill -s QUIT 1 ;; esac -- cgit v1.2.3