Rev 33 | Blame | Compare with Previous | Last modification | View Log | RSS feed
[Unit]
Description=RFC 1413 compliant ident daemon
After=network.target
[Service]
Environment=OIDENT_USER=nobody OIDENT_GROUP=nogroup
EnvironmentFile=-/etc/default/oidentd
ExecStart=/bin/sh -c "exec /usr/sbin/oidentd ${OIDENT_OPTIONS} -u \"${OIDENT_USER}\" -g \"${OIDENT_GROUP}\" \
`[ \"${OIDENT_BEHIND_PROXY}\" = \"yes\" ] && ip route show to exact 0/0 | awk '{print \"-P \" $3}'`"
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
Type=forking
[Install]
WantedBy=multi-user.target