mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Use /etc/wh.config for create_ap service.
Now matches #define CONFIG_FILE_NAME in read_config.h.
This commit is contained in:
parent
3f553bb07e
commit
84aff7d0ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user