PHP Classes

File: cron.example

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   cron.example   Download  
File: cron.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 444 bytes
 

Contents

Class file image Download
MAILTO="" # Start admin daemon on boot @reboot /usr/bin/php /path/to/binkterm/scripts/admin_daemon.php --daemon # Start scheduler on boot @reboot /usr/bin/php /path/to/binkterm/scripts/binkp_scheduler.php --daemon # Start binkp server on boot (Linux/macOS) @reboot /usr/bin/php /path/to/binkterm/scripts/binkp_server.php --daemon # Update nodelists daily at 3am 0 3 * * * /usr/bin/php /path/to/binkterm/scripts/update_nodelists.php --quiet