Changed WANavigation to be modifiable
This commit is contained in:
parent
ea9ed51910
commit
846ed78252
8 changed files with 124 additions and 14 deletions
|
|
@ -42,6 +42,11 @@ public class ApacheService implements WAService {
|
|||
private static OSAbstractionLayer os = OSAbstractionLayer.getInstance();
|
||||
private static final String PID_FILE = "/var/run/apache2.pid";
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "Apache2";
|
||||
}
|
||||
|
||||
@Override
|
||||
public void start() {
|
||||
os.runCommand("service apache2 start");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue