summaryrefslogtreecommitdiff
path: root/package/nut/files/upsd.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/nut/files/upsd.init')
-rw-r--r--package/nut/files/upsd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nut/files/upsd.init b/package/nut/files/upsd.init
index a65d1ad81..edd023eff 100644
--- a/package/nut/files/upsd.init
+++ b/package/nut/files/upsd.init
@@ -16,7 +16,7 @@ start)
/usr/sbin/upsd || exit 2
;;
stop)
- /usr/sbin/upsd -c stop || killall upsd
+ /usr/sbin/upsd -c stop || pkill upsd
/usr/bin/upsdrvctl stop
;;
restart)