diff options
author | James Meyer <james.meyer@operamail.com> | 2009-10-19 19:21:35 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-10-19 19:21:35 (GMT) |
commit | 59bb81e4db2bda0d63e2fb7f895792dba6c20073 (patch) | |
tree | 09ed11c77b968807e8c88755fb82236a0d1b7447 /abs/core-testing/runit-scripts/runitscripts/services/ddclient | |
parent | 0d75027f7b76a40a8393ea12c9349051d82863d1 (diff) | |
parent | 3b0242f860b4efa19fd91a6bd1e3127fd4b8aa9f (diff) | |
download | linhes_pkgbuild-59bb81e4db2bda0d63e2fb7f895792dba6c20073.zip linhes_pkgbuild-59bb81e4db2bda0d63e2fb7f895792dba6c20073.tar.gz linhes_pkgbuild-59bb81e4db2bda0d63e2fb7f895792dba6c20073.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts/services/ddclient')
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/ddclient/run | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/ddclient/run b/abs/core-testing/runit-scripts/runitscripts/services/ddclient/run new file mode 100755 index 0000000..c5488f6 --- /dev/null +++ b/abs/core-testing/runit-scripts/runitscripts/services/ddclient/run @@ -0,0 +1,8 @@ +#!/bin/sh +export TERM=linux +. /etc/rc.conf +. /etc/rc.d/functions +stat_runit "Starting ddclient" + + +exec /usr/sbin/ddclient -foreground &> /var/log/ddclient.log |