]> @LXC_GENERATE_DATE@ lxc-autostart 1 lxc-autostart start/stop/kill auto-started containers lxc-autostart -k -L -r -s -a -g groups -t timeout Description lxc-autostart processes containers with lxc.start.auto set. It lets the user start, shutdown, kill, restart containers in the right order, waiting the right time. Supports filtering by lxc.group or just run against all defined containers. It can also be used by external tools in list mode where no action will be performed and the list of affected containers (and if relevant, delays) will be shown. The -r, -s and -k options specify the action to perform. If none is specified, then the containers will be started. -a and -g are used to specify which containers will be affected. By default only containers without a lxc.group set will be affected. -t TIMEOUT specifies the maximum amount of time to wait for the container to complete the shutdown or reboot. Options Request a reboot of the container. Request a clean shutdown. If a -t timeout greater than 0 is given and the container has not shut down within this period, it will be killed as with the -k kill option. Rather than requesting a clean shutdown of the container, explicitly kill all tasks in the container. Rather than performing the action, just print the container name. Wait TIMEOUT seconds before hard-stopping the container. &seealso; Author Stéphane Graber stgraber@ubuntu.com