[UPDATE] back to default variables
This commit is contained in:
parent
3c580ad8d0
commit
4236b8ac7c
4
cronjobs/run-crons.sh
Executable file → Normal file
4
cronjobs/run-crons.sh
Executable file → Normal file
@ -13,7 +13,7 @@ PHP_BIN=$( which php )
|
|||||||
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php manual_payout.php auto_payout.php tickerupdate.php notifications.php statistics.php archive_cleanup.php"
|
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php manual_payout.php auto_payout.php tickerupdate.php notifications.php statistics.php archive_cleanup.php"
|
||||||
|
|
||||||
# Output additional runtime information
|
# Output additional runtime information
|
||||||
VERBOSE="1"
|
VERBOSE="0"
|
||||||
|
|
||||||
# Base path for PIDFILE, (full path).
|
# Base path for PIDFILE, (full path).
|
||||||
BASEPATH="/tmp"
|
BASEPATH="/tmp"
|
||||||
@ -21,7 +21,7 @@ BASEPATH="/tmp"
|
|||||||
# Subfolder for PIDFILE, so it's path will be unique in a multipool server.
|
# Subfolder for PIDFILE, so it's path will be unique in a multipool server.
|
||||||
# Path relative to BASEPATH.
|
# Path relative to BASEPATH.
|
||||||
# Eg. SUBFOLDER="LTC"
|
# Eg. SUBFOLDER="LTC"
|
||||||
SUBFOLDER="test"
|
SUBFOLDER=""
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# #
|
# #
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user