PLDWWW: Vserver
adamg
adamg at pld-linux.org
Mon Aug 28 11:14:03 CEST 2006
Author: adamg Date: Mon Aug 28 09:14:03 2006 GMT
Module: PLDWWW URL: http://www.pld-linux.org/Vserver
---- Log message:
---- Page affected: Vserver
---- Diffs:
================================================================
{{{
# echo CAP_SYS_RESOURCE >> /etc/vservers/test/bcapabilities
}}}
- {{{
+
+ === vservers startup order ===
+ Sometimes it may happen that you need to be sure that one of the vservers is started before the others - e.g. it provides some service that other depend on. Vserver provides an easy way to do this - let's assume that ''test2'' vserver depends on ''test'' and ''foo'' vservers:
+ {{{
+ # echo test >> /etc/vservers/test/apps/init/depends
+ # echo foo >> /etc/vservers/test/apps/init/depends
+ }}}
+ At shutdown, the ''test2'' vserver will be stopped before its dependencies.
+ {{{
+
More information about the pld-cvs-commit
mailing list