/lib/systemd/system/isnsdd.service is in open-isns-discoveryd 0.97-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=iSNS discovery daemon
Documentation=man:isnsdd(8)
Documentation=man:isnsdd.conf(5)
After=remote-fs.target network-online.target network.target isnsd.service
Wants=network-online.target
[Service]
Type=forking
ExecStart=/usr/sbin/isnsdd
PIDFile=/run/isnsdd.pid
[Install]
WantedBy=multi-user.target
|