Revision 649f13fc
Added by Jim Pingle over 12 years ago
etc/rc.initial | ||
---|---|---|
137 | 137 |
/usr/sbin/tcpdump -n -e -ttt -i pflog0 |
138 | 138 |
;; |
139 | 139 |
11) |
140 |
/etc/rc.restart_webgui |
|
141 |
;; |
|
142 | 140 |
111) |
143 | 141 |
/usr/bin/killall -9 php; /usr/bin/killall -9 lighttpd; /etc/rc.restart_webgui |
144 | 142 |
;; |
Also available in: Unified diff
Make 11/111 console menu options both kill php, lighty, and then restart the GUI. Not perfect, but better than 11 not working for the times most people need it. Ticket #2709