aboutsummaryrefslogtreecommitdiff
path: root/core/sinit/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-14 13:12:57 +0300
committerCem Keylan <cem@ckyln.com>2020-02-14 14:04:29 +0300
commitf167e4c7cf03bce415d011961eaf6ff5bcd0aa9f (patch)
treeec5e4555da5103ed41a892a82693591e3ed3ddb0 /core/sinit/build
parent4ccde4299ce8fbce4ff4c876b8dedcebee0372a1 (diff)
downloadrepository-f167e4c7cf03bce415d011961eaf6ff5bcd0aa9f.tar.gz
sinit: remove sinit-launch-services
Diffstat (limited to 'core/sinit/build')
-rwxr-xr-xcore/sinit/build2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/sinit/build b/core/sinit/build
index 1466e64d..e51e3f5c 100755
--- a/core/sinit/build
+++ b/core/sinit/build
@@ -9,7 +9,5 @@ ln -s sinit "$1/usr/bin/init"
install -Dm755 poweroff "$1/usr/bin/poweroff"
install -Dm755 reboot "$1/usr/bin/reboot"
-install -Dm644 sinit-launch-services.boot "$1/etc/init/sinit-launch-services.boot"
-
# shellcheck disable=2086
"${CC:-gcc}" -o "$1/usr/bin/kpow" init/bin/kpow.c $CFLAGS -static