autoinst

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

run (165B)


      1 #!/bin/sh
      2 
      3 . /etc/runit/common
      4 
      5 USER="openldap"
      6 GROUP="openldap"
      7 
      8 make_dir "/run/" "slapd" $USER $GROUP
      9 
     10 echo Starting $SVNAME...
     11 exec slapd -d 0 -g $GROUP -u $USER