1
0
Fork 0

Modified startup commands

Dieser Commit ist enthalten in:
Theodotos Andreou 2016-09-22 15:02:48 +03:00
Ursprung 3d7cd62f34
Commit 76173ba972
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -1,4 +1,4 @@
#!/bin/sh
/usr/bin/apache2ctl start
/usr/bin/mysqld_safe
/etc/init.d/apache2 start
/etc/init.d/mysql start