diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-13 23:13:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-13 23:13:19 +0300 |
commit | 3e90bcf9811dd3dc5d397fbfe18d0ed84a4fac65 (patch) | |
tree | e181ca1b4ed5e5b38c0d17da89b259860798d3c1 /extra/sinit/files/poweroff | |
parent | 11b53c25d767fa16671bc0b42158e61c7a2de19f (diff) | |
download | repository-3e90bcf9811dd3dc5d397fbfe18d0ed84a4fac65.tar.gz |
repository: move ubase and sinit to core
Diffstat (limited to 'extra/sinit/files/poweroff')
-rw-r--r-- | extra/sinit/files/poweroff | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/sinit/files/poweroff b/extra/sinit/files/poweroff deleted file mode 100644 index 69e8f9a4..00000000 --- a/extra/sinit/files/poweroff +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -/bin/kill -s USR1 1 |