Projekt

Allgemein

Profil

Aktionen

Setup cron-job for owncloud

Call the owncloud-cron-job every minute, locate this file in /etc/cron.d

# JKE 2013-09-07
#
# minute hour day month dayofweek
# +---------min (0-59)
# | +-------hour (0-23)
# | | +-----day of month (1-31)
# | | | +---month (1-12)
# | | | | +-day of week (0-7) sunday=0 or 7
# | | | | |
# - - - - -
# m h d m d
# 
    */1    *    *    *    *    root    /usr/bin/php /var/www/html/owncloud/cron.php 

Set in the admin-section of owncloud the cron-setting to cron

Von Jeremias Keihsler vor mehr als 7 Jahren aktualisiert · 1 Revisionen