6 lines
100 B
Bash
6 lines
100 B
Bash
#!/bin/bash
|
|
# Start cron service
|
|
service cron start
|
|
|
|
# Start Apache in foreground
|
|
apache2-foreground |