forked from pool/iodine
Malcolm Lewis
fe29d43d8c
- separate user for iodined - added a default config (bnc#857181) with a chroot directory - fixed license string - update to 0.7.0 OBS-URL: https://build.opensuse.org/request/show/246616 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iodine?expand=0&rev=2
22 lines
695 B
Plaintext
22 lines
695 B
Plaintext
## Description: systemd iodined.service configuration file
|
|
## URL:
|
|
## License: GPL-2.0
|
|
## Copyright (c) 2012 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
|
## Path: System/iodined
|
|
## Description: iodined systemd service parameters
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: systemctl restart iodined.service
|
|
#
|
|
# You may provide a password in two ways, via IODINED_PASS, or provide it in IODINED_OPTIONS
|
|
#
|
|
IODINED_PASS="-P mypass"
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# Additional parameters for iodined, see the iodined man page for more options.
|
|
# Example option -P PASSWORD NAMESERVER DOMAIN
|
|
#
|
|
IODINED_OPTIONS="-u iodined -c -t /var/lib/iodined -f 10.53.0.1/24 myhost.domain.lan"
|