Rev 33 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 33 | Rev 43 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | After=network.target  | 
            3 | After=network.target  | 
          
| 4 | 4 | ||
| 5 | [Service]  | 
            5 | [Service]  | 
          
| 6 | Environment=OIDENT_USER=nobody OIDENT_GROUP=nogroup  | 
            6 | Environment=OIDENT_USER=nobody OIDENT_GROUP=nogroup  | 
          
| 7 | EnvironmentFile=-/etc/default/oidentd  | 
            7 | EnvironmentFile=-/etc/default/oidentd  | 
          
| 8 | ExecStart=/bin/sh -c "exec /usr/sbin/oidentd -S ${OIDENT_OPTIONS} -u \"${OIDENT_USER}\" -g \"${OIDENT_GROUP}\" \
 | 
            8 | ExecStart=/bin/sh -c "exec /usr/sbin/oidentd ${OIDENT_OPTIONS} -u \"${OIDENT_USER}\" -g \"${OIDENT_GROUP}\" \
 | 
          
| 9 |  `[ \"${OIDENT_BEHIND_PROXY}\" = \"yes\" ] && ip route show to exact 0/0 | awk '{print \"-P \" $3}'`"
 | 
            9 |  `[ \"${OIDENT_BEHIND_PROXY}\" = \"yes\" ] && ip route show to exact 0/0 | awk '{print \"-P \" $3}'`"
 | 
          
| 10 | ExecReload=/bin/kill -HUP $MAINPID  | 
            10 | ExecReload=/bin/kill -HUP $MAINPID  | 
          
| 11 | Restart=on-failure  | 
            11 | Restart=on-failure  | 
          
| 12 | Type=forking  | 
            12 | Type=forking  | 
          
| 13 | 13 | ||