| # Provides: kea-dhcp6-server |
| # Required-Start: $local_fs $network $remote_fs $syslog |
| # Required-Stop: $local_fs $network $remote_fs $syslog |
| # Short-Description: ISC KEA DHCP IPv6 Server |
| # PATH should only include /usr/* if it runs after the mountnfs.sh script |
| PATH=/sbin:/usr/sbin:/bin:/usr/bin |
| # Exit if the package is not installed |
| [ -x "$DAEMON" ] || exit 0 |
| # Source function library. |
| echo -n "Starting $DESC: " |
| start-stop-daemon -S -b -n $NAME -x $DAEMON -- start $DAEMON_ARGS |
| echo -n "Stopping $DESC: " |
| echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 |