2022-04-03 06:32:07 +00:00
|
|
|
[Unit]
|
|
|
|
Description=RFC 1413 compliant ident daemon
|
2023-09-24 08:40:47 +00:00
|
|
|
Requires=network.target
|
|
|
|
After=network-online.target
|
2022-04-03 06:32:07 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/sbin/oidentd -i -u oident -g oident
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
Restart=always
|
|
|
|
RestartSec=2
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|