* luci: associate luci_ethers reload with luci_ethers uci config
[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  "/etc/init.d/network restart"
23         option wireless "/etc/init.d/network restart"
24         option olsr     "/etc/init.d/olsrd restart"
25         option dhcp     "/etc/init.d/dnsmasq restart"
26         option dropbear "/etc/init.d/dropbear restart"
27         option httpd    "/etc/init.d/httpd restart"
28         option fstab    "/etc/init.d/fstab restart"
29         option qos      "/etc/init.d/qos restart"
30         option luci_fw  "/etc/init.d/luci_fw restart"
31         option luci_ethers "/etc/init.d/luci_ethers restart; /etc/init.d/dnsmasq restart"
32         option luci_splash "/etc/init.d/luci_splash restart"
33         option freifunk "/etc/init.d/luci_freifunk restart"
34
35 config internal languages
36         option de "Deutsch"
37         option en "English"
38         option fr "Français"
39         
40 config internal sauth
41         option sessionpath "/tmp/.lucisessions"
42         option sessiontime 3600
43         
44 config internal template
45         option compiler_mode file
46         option compiledir "/tmp/.lucitplcache"
47                 
48 config internal themes
49         option OpenWRT "/luci-static/openwrt.org"