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