summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-12 22:05:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-12 22:05:42 +0000
commitbbf51b4f83e9203deb58fc9efb7658bf74f3e7b6 (patch)
treed9296092564a4d2b074cc0312602eea3a0a27e9d /usr/local/www/status_services.php
parent786d9f59d654f1786b539b0301fd9b0d5f6fca7c (diff)
downloadpfsense-bbf51b4f83e9203deb58fc9efb7658bf74f3e7b6.zip
pfsense-bbf51b4f83e9203deb58fc9efb7658bf74f3e7b6.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 fc9d2bf..49c568e 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -73,7 +73,7 @@ if($_GET['service'] <> "")
get_package_rcd_details($_GET['service'] . ".sh");
if($_GET['restartservice'] == "true") {
- mwexec("/sbin/killall {$executable_name}");
+ mwexec("/usr/bin/killall {$executable_name}");
mwexec("/bin/sh /usr/local/etc/rc.d/{$raw_name}.sh start");
$status = is_service_running($executable_name);
if($status == 1) {
OpenPOWER on IntegriCloud