Linksys AC Series Router Configuration Tips for OpenWRT: Difference between revisions

Line 3,631: Line 3,631:


====Post Installation====
====Post Installation====
PID File: By default the PID file for Webmin will be here:var/log/webmin/miniserv.pid  That makes sense (NOT).  The PID is to indicate whether a process is running, which should go in /var/run.  /var/log is for log files.  Come on!  Really?!  It's OK to leave it in the default location, but to put it in a place that makes more sense, modify the /etc/webming/miniserv.conf file and change the pidfile= setting to /var/run/minserv.pid
The setup script may display some errors, the following is related to having Webmin start automatically and an easy fix);
The setup script may display some errors, the following is related to having Webmin start automatically and an easy fix);