2012-09-19 18:56:25 +02:00
|
|
|
## Description: systemd iodine.service configuration file
|
|
|
|
## URL:
|
|
|
|
## License: GPL-2.0
|
|
|
|
## Copyright (c) 2012 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
|
|
|
## Path: System/iodine
|
|
|
|
## Description: iodine systemd service parameters
|
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
|
|
|
## ServiceRestart: systemctl restart iodine.service
|
|
|
|
#
|
|
|
|
# You may provide a password in two ways, via IODINE_PASS, or provide it in IODINE_OPTIONS
|
|
|
|
#
|
|
|
|
IODINE_PASS=""
|
|
|
|
|
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
|
|
|
#
|
|
|
|
# Additional parameters for iodine, see the iodine man page for more options.
|
|
|
|
# Example option -P PASSWORD NAMESERVER DOMAIN
|
|
|
|
#
|
2014-11-22 02:56:58 +01:00
|
|
|
IODINE_OPTIONS="-u iodine"
|