Use /etc/wh.config for create_ap service.

Now matches #define CONFIG_FILE_NAME in read_config.h.
This commit is contained in:
Christian Lewis 2020-11-08 17:56:11 -06:00 committed by Lakindu Akash
parent 3f553bb07e
commit 84aff7d0ea
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38

View File

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