diff options
Diffstat (limited to 'core/minit/files')
-rw-r--r-- | core/minit/files/minit.post.shutdown | 1 | ||||
-rw-r--r-- | core/minit/files/poweroff | 2 | ||||
-rw-r--r-- | core/minit/files/reboot | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/core/minit/files/minit.post.shutdown b/core/minit/files/minit.post.shutdown deleted file mode 100644 index 747db7f1..00000000 --- a/core/minit/files/minit.post.shutdown +++ /dev/null @@ -1 +0,0 @@ -case "$1" in poweroff) /bin/kill -s USR2 1 ;; reboot) /bin/kill -s QUIT 1 ;; esac diff --git a/core/minit/files/poweroff b/core/minit/files/poweroff deleted file mode 100644 index 69d8731e..00000000 --- a/core/minit/files/poweroff +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -/bin/kill -s USR1 1 diff --git a/core/minit/files/reboot b/core/minit/files/reboot deleted file mode 100644 index 266afb92..00000000 --- a/core/minit/files/reboot +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -/bin/kill -s INT 1 |