summaryrefslogtreecommitdiff
path: root/default-conf
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-22 18:57:43 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-22 18:57:43 +0000
commitbb8a5e783775884b2f6ad93239fa34bf23539ccf (patch)
treeb9530f96f7ea3a4b031a717ac2c1581f7f30b991 /default-conf
parent5b42e2066bd35d459381f695a866beb740656ee3 (diff)
add cronjob example
git-svn-id: svn://svn.cccv.de/engel-system@221 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'default-conf')
-rw-r--r--default-conf/etc/crontab1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-conf/etc/crontab b/default-conf/etc/crontab
new file mode 100644
index 00000000..550f9a02
--- /dev/null
+++ b/default-conf/etc/crontab
@@ -0,0 +1 @@
+*/15 * * * * www-data (cd /var/www.ssl/admin ; php4 dect_cron.php)