autoinst

scripts to make automated installations of debian easy
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

klogd.run (189B)


      1 #!/bin/sh
      2 
      3 . /etc/runit/common
      4 
      5 LOG_PATH="/var/log/$SVNAME"
      6 mkdir -p "$LOG_PATH"
      7 printf "Preparation done, starting %s.\n" $SVNAME
      8 exec chpst -b $SVNAME svlogd -tt "$LOG_PATH" < /proc/kmsg