1#!/usr/local/bin/ez-ipupdate -c
2#
3# example config file for ez-ipupdate
4#
5# this file is actually executable!
6#
7
8service-type=pgpow
9user=myuserid:mypassword
10host=mydomain.penguinpowered.com
11interface=eth1
12
13# if you use run-as ensure the user has permission to write this file
14cache-file=/tmp/ez-ipupdate.cache
15
16# uncomment this once you have everything working how you want and you are
17# ready to have ez-ipupdate running in the background all the time. to stop it
18# you can use "killall -QUIT ez-ipupdate" under linux.
19#daemon
20
21