# /lib/systemd/system/iodined.service # # Copyright (c) 2012-2023 Malcolm J Lewis # [Unit] Description=iodined lets you tunnel IPv4 data through a DNS server After=network.target syslog.target [Service] # added automatically, for details please see # https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort ProtectSystem=full ProtectHome=true PrivateDevices=true ProtectHostname=true # ProtectClock=true see boo#1206835 ProtectKernelTunables=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true # end of automatic additions 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