diff options
| author | Shokara Kou <kou@13f0.net> | 2022-05-13 11:50:43 -0400 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-12-10 16:12:53 -0500 |
| commit | f9b84b4967282cd6da931b7ea2569557937d4e24 (patch) | |
| tree | 07f690d9180ce73379adc9182af49e72f259dbcd /sinit/poweroff | |
| parent | 81255a3b68be5969bf107bcb46e75a11187c2f53 (diff) | |
add sinit and perp
replaces sysvinit. perp can be used alongside crux's rc scripts, but i
didn't try that.
Diffstat (limited to 'sinit/poweroff')
| -rw-r--r-- | sinit/poweroff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sinit/poweroff b/sinit/poweroff new file mode 100644 index 0000000..b33bc03 --- /dev/null +++ b/sinit/poweroff | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | kill -USR1 1 | ||
