Make LuCIttpd work OOTB
[project/luci.git] / libs / lucittpd / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         /etc/init.d/lucittpd enable
4         /etc/init.d/lucittpd start
5 }
6