autoinst

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

log.run (175B)


      1 #!/bin/sh
      2 
      3 . /etc/runit/svc.common
      4 
      5 SVLOG="$(basename $(dirname $(pwd)))"
      6 LOG_PATH="/var/log/$SVLOG"
      7 install -d -m 0750 -o root -g adm "$LOG_PATH"
      8 exec svlogd -tt "$LOG_PATH"