Signed-off-by: Stefano Ansaloni <ansalonistefano@gmail.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
# Start containers
wait_for_bridge
# Start autoboot containers first then the NULL group "onboot,".
- action $"Starting LXC autoboot containers: " /usr/bin/lxc-autostart $OPTIONS $BOOTGROUPS
+ action $"Starting LXC autoboot containers: " "$bindir"/lxc-autostart $OPTIONS $BOOTGROUPS
touch "$localstatedir"/lock/subsys/lxc
;;
stop)
$0 start
;;
*)
- echo $"Usage: $0 {start|stop|restart|reload|force-reload}"
+ echo "Usage: $0 {start|stop|restart|reload|force-reload}"
exit 2
esac
exit $?