This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=OIDENT_USER=nobody OIDENT_GROUP=nogroup
-
EnvironmentFile=-/etc/default/oidentd
-
EnvironmentFile=/etc/sysconfig/oidentd
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/bin/sh -c "exec /usr/sbin/oidentd -S ${OIDENT_OPTIONS} -u \"${OIDENT_USER}\" -g \"${OIDENT_GROUP}\" `[ \"${OIDENT_BEHIND_PROXY}\" = \"yes\" ] && ip route show to exact 0/0 | awk '{print \"-P \" $3}'`"
-
ExecStart=/usr/sbin/oidentd --foreground --nosyslog $OIDENTD_OPTIONS
-
PrivateDevices
Introduced in systemd 209=yes -
Restart=on-failure
-
Type=forking
-
Type=simple
-
-
[Unit]
-
After=network.target
-
Description=RFC 1413 compliant ident daemon
-
Documentation=man:oidentd(8) man:oidentd.conf(5) man:oidentd_masq.conf(5)
-
Additionnal notes
Nothing here.