updated to comply with LSBInitScripts

see https://wiki.debian.org/LSBInitScripts
This commit is contained in:
Joe Passavanti 2014-09-29 23:15:10 -07:00
parent 6661ab337d
commit 0c2d8dbbcb

View file

@ -1,8 +1,12 @@
#!/bin/sh
#
# Start ddclient that provides support for updating dynamic DNS services.
#
# Submitted by paolo martinelli
### BEGIN INIT INFO
# Provides: ddclient
# Required-Start: $remote_fs $syslog $network
# Required-Stop: $remote_fs $syslog $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start ddclient daemon at boot time
# Description: Start ddclient that provides support for updating dynamic DNS services. Originally submitted by paolo martinelli, updated by joe passavanti
DDCLIENT=/usr/sbin/ddclient
CONF=/etc/ddclient/ddclient.conf
@ -44,4 +48,3 @@ exit 1
esac
exit 0