10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
|
[Unit]
|
||
|
Description=TCP/IP IDENT protocol server
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/oidentd -i -S -u oidentd -g oidentd
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|