aboutsummaryrefslogtreecommitdiff
path: root/core/sysmgr/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-01 13:38:21 +0300
committerCem Keylan <cem@ckyln.com>2020-04-01 13:38:21 +0300
commit0542a6c3987990b5baf6bf45f4d49074997671e9 (patch)
tree3bf115420265b3ba3b58e43ef70fe5c8dbd34ca5 /core/sysmgr/build
parentb9609d25f141209c814a3473deb440d72dc72109 (diff)
downloadrepository-0542a6c3987990b5baf6bf45f4d49074997671e9.tar.gz
sysmgr: add boot, shutdown scripts. add post-install message
Diffstat (limited to 'core/sysmgr/build')
-rwxr-xr-xcore/sysmgr/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sysmgr/build b/core/sysmgr/build
index c208b139..9ca3c9a6 100755
--- a/core/sysmgr/build
+++ b/core/sysmgr/build
@@ -1,3 +1,4 @@
#!/bin/sh -e
make DESTDIR="$1" PREFIX=/usr install
+install -Dm644 -t "$1/etc/init" sysmgr.boot sysmgr.pre.shutdown