Rev 33 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 33 | Rev 43 | ||
|---|---|---|---|
| 1 | [Unit] |
1 | [Unit] |
| 2 | Description=RFC 1413 compliant per-connection ident daemon |
2 | Description=RFC 1413 compliant per-connection ident daemon |
| 3 | 3 | ||
| 4 | [Service] |
4 | [Service] |
| 5 | Environment=OIDENT_USER=nobody OIDENT_GROUP=nogroup |
5 | Environment=OIDENT_USER=nobody OIDENT_GROUP=nogroup |
| 6 | EnvironmentFile=-/etc/default/oidentd |
6 | EnvironmentFile=-/etc/default/oidentd |
| 7 | ExecStart=/bin/sh -c "exec /usr/sbin/oidentd -IS ${OIDENT_OPTIONS} -u \"${OIDENT_USER}\" -g \"${OIDENT_GROUP}\" \
|
7 | ExecStart=/bin/sh -c "exec /usr/sbin/oidentd -I ${OIDENT_OPTIONS} -u \"${OIDENT_USER}\" -g \"${OIDENT_GROUP}\" \
|
| 8 | `[ \"${OIDENT_BEHIND_PROXY}\" = \"yes\" ] && ip route show to exact 0/0 | awk '{print \"-P \" $3}'`"
|
8 | `[ \"${OIDENT_BEHIND_PROXY}\" = \"yes\" ] && ip route show to exact 0/0 | awk '{print \"-P \" $3}'`"
|
| 9 | StandardInput=socket |
9 | StandardInput=socket |
| 10 | StandardError=syslog |
10 | StandardError=syslog |