Zutil changes
This commit is contained in:
parent
2b1db8f9f2
commit
b683d236e0
1 changed files with 2 additions and 2 deletions
|
|
@ -47,12 +47,12 @@ public class ApacheStatus extends WAServiceStatus {
|
|||
|
||||
@Override
|
||||
public void start() {
|
||||
os.runCommand("service apache2 start");
|
||||
os.exec("service apache2 start");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void stop() {
|
||||
os.runCommand("service apache2 stop");
|
||||
os.exec("service apache2 stop");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue