ubuntu-nextcloud/start.sh
2026-06-27 21:22:15 +00:00

9 lines
131 B
Bash

#!/bin/bash
service apache2 start &
while true
do
su - www-data php -f /var/www/nextcloud/cron.php
sleep 300;
done
/bin/sh