New upstream version 0.6.27
This commit is contained in:
17
contrib/fedora/npcd.service
Normal file
17
contrib/fedora/npcd.service
Normal file
@@ -0,0 +1,17 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user