Rev 33 | Blame | Compare with Previous | Last modification | View Log | RSS feed
[Unit]Description=RFC 1413 compliant ident daemonAfter=network.target[Service]Environment=OIDENT_USER=nobody OIDENT_GROUP=nogroupEnvironmentFile=-/etc/default/oidentdExecStart=/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 $MAINPIDRestart=on-failureType=forking[Install]WantedBy=multi-user.target