diff options
Diffstat (limited to 'core/sinit/files/reboot')
-rw-r--r-- | core/sinit/files/reboot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/sinit/files/reboot b/core/sinit/files/reboot new file mode 100644 index 00000000..266afb92 --- /dev/null +++ b/core/sinit/files/reboot @@ -0,0 +1,2 @@ +#!/bin/sh +/bin/kill -s INT 1 |