blob: bf159d855b8d135e738b01617ab0b6f011cf4e35 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=TCP/IP IDENT protocol server
[Service]
ExecStart=/usr/sbin/oidentd -i -S -u nobody -g nobody
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|