2016-10-14 12:30:30 +02:00

7 lines
83 B
Bash

#!/bin/sh
while true; do
php7 -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done