diff --git a/ninfod.service b/ninfod.service new file mode 100644 index 0000000..8c1df65 --- /dev/null +++ b/ninfod.service @@ -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