ddclient/ddclient.sysconfig
OBS User autobuild d60b6ceba1 Accepting request 24472 from network
Copy from network/ddclient based on submit request 24472 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddclient?expand=0&rev=16
2009-11-16 16:35:27 +00:00

32 lines
1.3 KiB
Plaintext

## Path: Network/DNS/Utilities
## Description: ddclient intervall option
## Type: integer
## Default: 300
## ServiceRestart: ddclient
#
# intervall to check (in daemon mode)
#
DDCLIENT_INTERVALL="300"
## Description: ddclient start options
## Type: string
## Default: ""
## ServiceRestart: ddclient
#
# optional per-service arguments (see below).
#
# -{no}retry : retry failed updates. (default: noretry).
# -{no}force : force an update even if the update may be unnecessary (default: noforce).
# -timeout max : wait at most 'max' seconds for the host to respond (default: 0).
# -{no}syslog : log messages to syslog (default: nosyslog).
# -facility {type} : log messages to syslog to facility {type} (default: daemon).
# -priority {pri} : log messages to syslog with priority {pri} (default: notice).
# -{no}exec : do {not} execute; just show what would be done (default: exec).
# -{no}debug : print {no} debugging information (default: nodebug).
# -{no}verbose : print {no} verbose information (default: noverbose).
# -{no}quiet : print {no} messages for unnecessary updates (default: noquiet).
# -help : this message (default: 0).
# -{no}query : print {no} ip addresses and exit.
#
DDCLIENT_OPTIONS=""