18 lines
415 B
Desktop File
18 lines
415 B
Desktop File
[Unit]
|
|
Description=npcd rrd processor for pnp4nagios
|
|
Documentation=http://docs.pnp4nagios.org/
|
|
After=network.target local-fs.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=nagios
|
|
Group=nagios
|
|
PIDFile=/run/nagios/npcd.pid
|
|
Environment="CONFIG_FILE=/etc/pnp4nagios/npcd.cfg"
|
|
EnvironmentFile=-/etc/sysconfig/npcd
|
|
ExecStart=/usr/sbin/npcd -d -f ${CONFIG_FILE}
|
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=nagios.service
|