Add ninfod.service
This commit is contained in:
parent
9d26f050ef
commit
78401088f3
10
ninfod.service
Normal file
10
ninfod.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Node Information Query Daemon
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/ninfod
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user