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 abbb9e2a76abb60122f77c2e2c6f596f86848033
parent bd56c17938a87584f83d378a380bbb70411b036d
Author: Morel BĂ©renger <berenger.morel@neutralite.org>
Date:   Thu, 14 Nov 2019 17:13:58 +0100

automatically creates a klogd daemon on iso

Diffstat:
Metc/runit/2 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/etc/runit/2 b/etc/runit/2 @@ -30,6 +30,10 @@ mkdir $SVDIR/sshd/log -p ln -s /etc/runit/log.run $SVDIR/sshd/log/run ln -s /etc/dropbear/run/dropbear.run $SVDIR/sshd/run +# klogd (svlogd) +mkdir $SVDIR/klogd +ln -s /etc/runit/klogd.run $SVDIR/klogd/run + # This script is also invoked in runit-systemd and runit-sysv packages. # We must start sulogin and sysv scripts only if `runit' is current init # system.