last fix
This commit is contained in:
parent
44f37dfaff
commit
8f5ad2984a
5 changed files with 106 additions and 73 deletions
|
|
@ -91,7 +91,7 @@ use constant FD_PID_FILE => Path::Class::File->new(FD_DIR, 'fd.pid');
|
|||
use constant SCHED_PID => Path::Class::File->new(AGENT_RUN_DIR, 'scheduler.pid');
|
||||
use constant SCHED_TASKS => Path::Class::File->new(AGENT_RUN_DIR, 'scheduler.tasks');
|
||||
use constant SCHED_LOG_FILE => Path::Class::File->new(AGENT_RUN_DIR, 'scheduler.log');
|
||||
use constant USER_RUNNING_SCRIPT => getlogin || getpwuid($<) || "cyg_server";
|
||||
use constant USER_RUNNING_SCRIPT => getlogin || getpwuid($<) || "gameserver";
|
||||
|
||||
my $no_startups = 0;
|
||||
my $clear_startups = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue