aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-14 14:05:11 +0300
committerCem Keylan <cem@ckyln.com>2020-02-14 14:05:11 +0300
commitcc4e40320b0a0f04cb684e173f454cfc25ffe5d4 (patch)
tree6d0ba5319b7ecd31e6fdff29befd693609d13bb7
parent92f08683f6f22acbbab5460d049e65ce71a69dde (diff)
downloadrepository-cc4e40320b0a0f04cb684e173f454cfc25ffe5d4.tar.gz
runit: add post-install
-rwxr-xr-xcore/runit/post-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/runit/post-install b/core/runit/post-install
new file mode 100755
index 00000000..806da724
--- /dev/null
+++ b/core/runit/post-install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+cat <<EOF
+!! IMPORTANT !!
+
+ In order to use runit-init you need
+ to comment the command in
+ /etc/init/runit.boot
+
+EOF