You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/nrpe/files/nrpe.service

12 lines
242 B

[Unit]
Description=Daemon to answer plugin requests from Nagios on remote hosts
After=network.target
Requires=network.target
[Service]
Type=forking
ExecStart=/usr/libexec/nrpe -c /etc/nagios/nrpe.cfg -d
[Install]
WantedBy=multi-user.target