2015-02-16 16:49:59 +00:00
|
|
|
[Unit]
|
2019-12-13 17:12:08 +00:00
|
|
|
Description=RFC 1413 compliant per-connection identification server
|
2016-01-17 04:11:42 +00:00
|
|
|
Documentation=man:oidentd(8) man:oidentd.conf(5) man:oidentd_masq.conf(5)
|
2015-02-16 16:49:59 +00:00
|
|
|
|
|
|
|
|
[Service]
|
2016-01-17 04:11:42 +00:00
|
|
|
Type=simple
|
|
|
|
|
PrivateDevices=true
|
2021-10-14 09:47:04 +00:00
|
|
|
# added automatically, for details please see
|
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
|
ProtectSystem=full
|
|
|
|
|
ProtectHome=true
|
|
|
|
|
ProtectHostname=true
|
|
|
|
|
ProtectClock=true
|
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
|
ProtectKernelModules=true
|
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
|
ProtectControlGroups=true
|
|
|
|
|
RestrictRealtime=true
|
|
|
|
|
# end of automatic additions
|
2016-01-17 04:11:42 +00:00
|
|
|
EnvironmentFile=/etc/sysconfig/oidentd
|
|
|
|
|
ExecStart=/usr/sbin/oidentd -I -u nobody -g nobody --foreground --nosyslog $OIDENTD_OPTIONS
|
2015-02-16 16:49:59 +00:00
|
|
|
StandardInput=socket
|
|
|
|
|
StandardError=syslog
|