aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ddclient/files/ip-up
blob: 52a44f8601d08ebce093413eed2a5b6ea20b002b (plain)
1
2
3
4
#!/bin/sh

logger -t ddclient $PPP_IFACE $PPP_LOCAL
ddclient -daemon=0 -syslog -use=if -if=$PPP_IFACE >/dev/null 2>&1