diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-14 14:05:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-14 14:05:11 +0300 |
commit | cc4e40320b0a0f04cb684e173f454cfc25ffe5d4 (patch) | |
tree | 6d0ba5319b7ecd31e6fdff29befd693609d13bb7 /core/runit | |
parent | 92f08683f6f22acbbab5460d049e65ce71a69dde (diff) | |
download | repository-cc4e40320b0a0f04cb684e173f454cfc25ffe5d4.tar.gz |
runit: add post-install
Diffstat (limited to 'core/runit')
-rwxr-xr-x | core/runit/post-install | 10 |
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 |