11 lines
215 B
Desktop File
11 lines
215 B
Desktop File
[Unit]
|
|
Description=Daemon to accept passive Nagios data from remote hosts
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/nsca -c /etc/nagios/nsca.cfg --daemon
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|