Searched refs:add_startup_command (Results 1 – 4 of 4) sorted by relevance
52 self.chroot.add_startup_command(54 self.chroot.add_startup_command(57 self.chroot.add_startup_command(self._dnsmasq_command)59 self.chroot.add_startup_command(self._test_endpoint_command)
187 chroot.add_startup_command('%s start' % self.IPSEC_COMMAND)188 chroot.add_startup_command('%s -c /%s -C /tmp/l2tpd.control' %286 chroot.add_startup_command('chmod 755 %s' % self.AUTHENTICATION_SCRIPT)287 chroot.add_startup_command('%s --config /%s &' %
148 self._chroot.add_startup_command(
153 def add_startup_command(self, command): member in NetworkChroot