lighttpd.install 245 B

12345678
  1. post_install() {
  2. # conf1='server.pid-file = "/run/lighttpd.pid"'
  3. # conf2='server.bind = "localhost"'
  4. # file="/etc/lighttpd/lighttpd.conf"
  5. # echo " ==> $file requires $conf1"
  6. # echo " ==> $file requires $conf2(or any binding interface)"
  7. }