autoinst

scripts to make installation of custom debian easier and more automated
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

commit 2934929eed31e5826cdaba866827190db7c528ff
parent 11e5dca7fabf67e2bae0e19aafdd39edda76c8b5
Author: Morel BĂ©renger <berenger.morel@neutralite.org>
Date:   Thu, 14 Nov 2019 16:30:24 +0100

runit/log.run no longer prints text on stdout

Diffstat:
Metc/runit/log.run | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/etc/runit/log.run b/etc/runit/log.run @@ -5,5 +5,4 @@ LOG_PATH="/var/log/$SVLOG" mkdir -p "$LOG_PATH" chown root:adm -R "$LOG_PATH" chmod 750 -R "$LOG_PATH" -printf "Preparation done, starting %s/log.\n" $SVLOG exec svlogd -tt "$LOG_PATH"