9 lines
172 B
SYSTEMD
9 lines
172 B
SYSTEMD
|
[Unit]
|
||
|
Description=Authd Ident Protocol Requests Server
|
||
|
After=local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
User=ident
|
||
|
ExecStart=/usr/sbin/in.authd -t60 --xerror --os -E
|
||
|
StandardInput=socket
|