autoinst

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

log.run (150B)


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