summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-12 22:06:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-12 22:06:03 +0000
commit9bccbe857ed4bd009d134c37456ef401b1784749 (patch)
tree9bbc3cfa2662b7d71eac49c16627b3c799f104c4 /usr/local/www/status_services.php
parentbbf51b4f83e9203deb58fc9efb7658bf74f3e7b6 (diff)
downloadpfsense-9bccbe857ed4bd009d134c37456ef401b1784749.zip
pfsense-9bccbe857ed4bd009d134c37456ef401b1784749.tar.gz
Correct path to killall.
Duh, Scott!
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index 49c568e..c35ace7 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -85,7 +85,7 @@ if($_GET['restartservice'] == "true") {
}
if($_GET['stopservice'] == "true") {
- mwexec("/sbin/killall {$executable_name}");
+ mwexec("/usr/bin/killall {$executable_name}");
$status = is_service_running($executable_name);
if($status == 1) {
$savemsg = "There was an error stopping {$package_name} - {$executable_name}.";
OpenPOWER on IntegriCloud