khanat-opennel-code/code/ryzom/server/patchman_cfg/admin_install/bin/startup

12 lines
308 B
Text
Raw Normal View History

2014-06-12 17:27:09 +00:00
#!/bin/sh
cd /srv/core
rm */*.state */*/*.launch_ctrl */*/*.state
/bin/bash /srv/core/bin/admin start
# special case for the "ep1.std01.ryzomcore.org" machine - start the admin tool graph sync script
if [ $(hostname) = "ep1.std01.ryzomcore.org" ]
then
nohup /bin/sh /srv/core/bin/sync_rrd_graphs.sh &
fi