mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Deprecate wh.config completely.
All hotspot service config now stored at /etc/create_ap.conf.
This commit is contained in:
parent
9fb8f53754
commit
38a9d2a5f2
@ -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
|
||||
|
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user