diff options
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 |