khanat-opennel-code/code/ryzom/server/patchman_cfg/admin_install/patchman/patchman_service_base_linux.cfg
kaetemi 91ad193104 Fix patchman scripts
--HG--
branch : develop
2014-11-07 19:32:18 +01:00

22 lines
735 B
INI

//--------------------------------------------------------------------------------
// Stuff for Linux (as opposed to Windows)
#include "patchman_service_base.cfg"
// For windows boxes we dissable out stdin thread
DontUseStdIn = 0;
// how to sleep between to network update
// 0 = pipe
// 1 = usleep
// 2 = nanosleep
// 3 = sched_yield
// 4 = nothing
UseYieldMethod = 0;
SpaPreCmdLineText="/bin/sh /srv/core/patchman/service_launcher.sh";
DeploymentRootDirectory="/srv/core/patchman/";
MakeInstalledVersionLiveCmdLine="/bin/sh /srv/core/patchman/make_next_live.sh";
SpaLaunchAESCmdLine="/bin/sh /srv/core/patchman/loop_aes.sh";
InstallArchiveDirectory="/srv/core/";
InstallArchiveFileName="admin_install.tgz";