libs/web: Added missing on_commit trigger
[project/luci.git] / libs / web / root / etc / config / luci
1 config core main
2 option lang en
3 option mediaurlbase /luci-static/openwrt.org
4 option resourcebase /luci-static/resources
5
6 config core brand
7 option title "OpenWRT Kamikaze"
8 option subtitle "Lua Configuration Interface"
9 option firmware "OpenWRT Kamikaze"
10 option distro "Development Snapshot"
11
12 config extern flash_keep
13 option uci "/etc/config"
14 option dropbear "/etc/dropbear"
15 option openvpn "/etc/openvpn"
16 option passwd "/etc/passwd"
17 option ipkg "/etc/ipkg.conf"
18 option httpd "/etc/httpd.conf"
19 option firewall "/etc/firewall.user"
20
21 config event uci_oncommit
22 option network "/sbin/luci-reload network firewall dnsmasq luci_splash"
23 option wireless "/sbin/luci-reload network firewall dnsmasq luci_splash"
24 option olsr "/sbin/luci-reload olsrd"
25 option dhcp "/sbin/luci-reload dnsmasq"
26 option dropbear "/sbin/luci-reload dropbear"
27 option httpd "/sbin/luci-reload httpd"
28 option fstab "/sbin/luci-reload fstab"
29 option qos "/sbin/luci-reload qos"
30 option system "/sbin/luci-reload led"
31 option firewall "/sbin/luci-reload firewall luci_splash"
32 option luci_ethers "/sbin/luci-reload luci_ethers dnsmasq"
33 option luci_splash "/sbin/luci-reload firewall luci_splash"
34 option upnpd "/etc/init.d/miniupnpd enabled && /sbin/luci-reload miniupnpd || /etc/init.d/miniupnpd stop"
35 option ntpclient "/sbin/luci-reload ntpclient"
36
37 config internal languages
38
39 config internal sauth
40 option sessionpath "/tmp/.lucisessions"
41 option sessiontime 3600
42
43 config internal template
44 option compiler_mode file
45 option compiledir "/tmp/.lucitplcache"
46
47 config internal themes