6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
. /etc/service/template
|
|
|
|
msglog green "Starting Apache..."
|
|
exec apache2-foreground
|