Files
2025-05-03 13:52:39 +03:00

6 lines
100 B
Bash

#!/bin/bash
# Start cron service
service cron start
# Start Apache in foreground
apache2-foreground