forked from pool/iodine
6851ebb85c
New package: Lets you tunnel IPv4 data through a DNS server. This can be usable in different situations where internet access is firewalled, but DNS queries are allowed. Development project required before push to factory, required by NetworkManager-iodine. OBS-URL: https://build.opensuse.org/request/show/134980 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iodine?expand=0&rev=1
21 lines
462 B
Desktop File
21 lines
462 B
Desktop File
# /lib/systemd/system/iodine.service
|
|
#
|
|
# Copyright (c) 2012 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
|
#
|
|
|
|
[Unit]
|
|
Description=iodine lets you tunnel IPv4 data through a DNS server
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/iodine
|
|
Environment=TERM=linux
|
|
ExecStart=/bin/sh -c "/usr/sbin/iodine ${IODINE_PASS} ${IODINE_OPTIONS}
|
|
StandardOutput=syslog
|
|
Restart=always
|
|
RestartSec=0
|
|
KillSignal=SIGHUP
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |