aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ddclient/files/ip-up
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ddclient/files/ip-up')
-rw-r--r--recipes/ddclient/files/ip-up4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/ddclient/files/ip-up b/recipes/ddclient/files/ip-up
new file mode 100644
index 0000000000..52a44f8601
--- /dev/null
+++ b/recipes/ddclient/files/ip-up
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+logger -t ddclient $PPP_IFACE $PPP_LOCAL
+ddclient -daemon=0 -syslog -use=if -if=$PPP_IFACE >/dev/null 2>&1 \ No newline at end of file