ubuntu-nextcloud/start.sh
2025-02-03 16:38:34 +00:00

8 lines
133 B
Bash

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