Lines Matching full:startup
21 The startup of the chroot is an orchestrated process where a
22 small startup script is run to perform the following tasks:
27 parent will kill this process to resume the startup process.
41 STARTUP = 'etc/chroot_startup.sh'
49 STARTUP:
51 'exec > /var/log/startup.log 2>&1\n'
53 'echo $$ > /%(startup-pidfile)s\n'
54 'sleep %(startup-delay-seconds)d &\n'
62 'startup-delay-seconds': STARTUP_DELAY_SECONDS,
63 'startup-pidfile': STARTUP_PID_FILE
84 def startup(self):
88 self.run(['/bin/bash', os.path.join('/', self.STARTUP), '&'])
151 self._config_file_templates[self.STARTUP] += '%s\n' % command