#!/bin/bash PIDFILE=/var/run/nghttpx.pid PROGRAM=/usr/bin/nghttpx ARGS="--conf=/etc/nghttpx/nghttpx.conf" RUNLEVEL=3 NEEDS="+network +remote_fs" . /etc/init.d/smgl_init .