Deprecate wh.config completely.

All hotspot service config now stored at /etc/create_ap.conf.
This commit is contained in:
Christian Lewis 2020-11-08 19:13:17 -06:00
parent 9fb8f53754
commit 38a9d2a5f2
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/create_ap --config /etc/wh.config
ExecStart=/usr/bin/create_ap --config /etc/create_ap.conf
KillSignal=SIGINT
Restart=on-failure
RestartSec=5

View File

@ -68,7 +68,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define CONFIG_FILE_NAME "/etc/wh.config"
#define CONFIG_FILE_NAME "/etc/create_ap.conf"
#ifdef __cplusplus
extern "C" {