sysutils/nut: rename services (#663)

This commit is contained in:
Michael
2018-05-09 07:27:12 +02:00
committed by Franco Fichtner
parent 95e79a69a5
commit 7e3cb8c530
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= nut
PLUGIN_VERSION= 0.6
PLUGIN_VERSION= 0.7
PLUGIN_COMMENT= Network UPS Tools
PLUGIN_DEPENDS= nut
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -56,7 +56,7 @@ function nut_services()
'stop' => array('nut stop'),
),
'pidfile' => '/var/db/nut/upsmon.pid',
'name' => 'upsmon',
'name' => 'nut_upsmon',
);
if (nut_netclient()) {
@@ -71,7 +71,7 @@ function nut_services()
'stop' => array('nut stop'),
),
'pidfile' => '/var/db/nut/upsd.pid',
'name' => 'nut',
'name' => 'nut_daemon',
);
return $services;