diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-02 00:21:35 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-02 00:21:35 +0300 |
commit | 095d5e9eb3612357e20020b89adc011d5ec894e5 (patch) | |
tree | 602bb5cc02f737f1eb2fe07ea362a302090e2b0a | |
parent | 65d1ec4981c4d130917c917799b66ddbc4093c4e (diff) | |
download | repository-095d5e9eb3612357e20020b89adc011d5ec894e5.tar.gz |
runit: move post-install to message
-rwxr-xr-x | core/runit/message (renamed from core/runit/post-install) | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/runit/post-install b/core/runit/message index 806da724..4fef2d69 100755 --- a/core/runit/post-install +++ b/core/runit/message @@ -1,10 +1,5 @@ -#!/bin/sh - -cat <<EOF !! IMPORTANT !! In order to use runit-init you need to comment the command in /etc/init/runit.boot - -EOF |