From 3e90bcf9811dd3dc5d397fbfe18d0ed84a4fac65 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 13 Jan 2020 23:13:19 +0300 Subject: repository: move ubase and sinit to core --- core/sinit/files/poweroff | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/sinit/files/poweroff (limited to 'core/sinit/files/poweroff') diff --git a/core/sinit/files/poweroff b/core/sinit/files/poweroff new file mode 100644 index 00000000..69e8f9a4 --- /dev/null +++ b/core/sinit/files/poweroff @@ -0,0 +1,3 @@ +#!/bin/sh + +/bin/kill -s USR1 1 -- cgit v1.2.3