resolved #26
This commit is contained in:
parent
a12b736dba
commit
61730cc1f2
|
@ -5,7 +5,7 @@ Wants=network.target
|
||||||
After=syslog.target network-online.target
|
After=syslog.target network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=sudo -u www-data /usr/bin/php /var/www/project/mirzaev/huesos/system/public/robot.php
|
ExecStart=sudo -u www-data /usr/bin/php /var/www/huesos/mirzaev/huesos/system/public/robot.php
|
||||||
PIDFile=/var/run/php/huesos.pid
|
PIDFile=/var/run/php/huesos.pid
|
||||||
RemainAfterExit=no
|
RemainAfterExit=no
|
||||||
RuntimeMaxSec=3600s
|
RuntimeMaxSec=3600s
|
||||||
|
|
|
@ -9,9 +9,9 @@ use mirzaev\minimal\core,
|
||||||
mirzaev\minimal\route;
|
mirzaev\minimal\route;
|
||||||
|
|
||||||
// Enabling debugging
|
// Enabling debugging
|
||||||
ini_set('error_reporting', E_ALL);
|
/* ini_set('error_reporting', E_ALL);
|
||||||
ini_set('display_errors', 1);
|
ini_set('display_errors', 1);
|
||||||
ini_set('display_startup_errors', 1);
|
ini_set('display_startup_errors', 1); */
|
||||||
|
|
||||||
// Версия робота
|
// Версия робота
|
||||||
define('ROBOT_VERSION', '1.0.0');
|
define('ROBOT_VERSION', '1.0.0');
|
||||||
|
|
Loading…
Reference in New Issue