aboutsummaryrefslogtreecommitdiffstats
path: root/ddclient/files/ip-up
diff options
context:
space:
mode:
Diffstat (limited to 'ddclient/files/ip-up')
-rw-r--r--ddclient/files/ip-up4
1 files changed, 4 insertions, 0 deletions
diff --git a/ddclient/files/ip-up b/ddclient/files/ip-up
index e69de29bb2..52a44f8601 100644
--- a/ddclient/files/ip-up
+++ b/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