forked from pool/iodine
Marcus Meissner
6c82d9e5ca
- start iodine and iodined after network.target - added rc-link OBS-URL: https://build.opensuse.org/request/show/306117 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iodine?expand=0&rev=5
22 lines
484 B
Desktop File
22 lines
484 B
Desktop File
# /lib/systemd/system/iodined.service
|
|
#
|
|
# Copyright (c) 2012 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
|
#
|
|
|
|
[Unit]
|
|
Description=iodined lets you tunnel IPv4 data through a DNS server
|
|
After=network.target syslog.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/iodined
|
|
Environment=TERM=linux
|
|
ExecStart=/bin/sh -c "/usr/sbin/iodined ${IODINED_PASS} ${IODINED_OPTIONS}
|
|
StandardOutput=syslog
|
|
Restart=always
|
|
RestartSec=0
|
|
KillSignal=SIGHUP
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|