update ubuntu init.d script
Merge pull request #9 from gottaloveit/master git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@176 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
7272ed73ba
commit
6dee46c0aa
1 changed files with 36 additions and 32 deletions
|
@ -1,8 +1,13 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
### BEGIN INIT INFO
|
||||||
# Start ddclient that provides support for updating dynamic DNS services.
|
# Provides: ddclient
|
||||||
#
|
# Required-Start: $remote_fs $syslog $network
|
||||||
# Submitted by paolo martinelli
|
# 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
|
DDCLIENT=/usr/sbin/ddclient
|
||||||
CONF=/etc/ddclient/ddclient.conf
|
CONF=/etc/ddclient/ddclient.conf
|
||||||
|
@ -44,4 +49,3 @@ exit 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue