Merge pull request #9 from gottaloveit/master

update ubuntu init.d script
This commit is contained in:
wimpunk 2015-03-21 12:46:49 +01:00
commit 1786e6b2a5

View file

@ -1,8 +1,13 @@
#!/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
### END INIT INFO
DDCLIENT=/usr/sbin/ddclient
CONF=/etc/ddclient/ddclient.conf
@ -44,4 +49,3 @@ exit 1
esac
exit 0