updated README to include systemd service usage
This commit is contained in:
parent
a746730072
commit
b5162fe9a4
11
README.md
11
README.md
@ -33,3 +33,14 @@ OR
|
||||
OR
|
||||
|
||||
echo -e "MyAccessPoint\nMyPassPhrase" | ./create_ap -n wlan0
|
||||
|
||||
## Systemd service
|
||||
Using the persistent [systemd](https://wiki.archlinux.org/index.php/systemd#Basic_systemctl_usage) service
|
||||
### Install:
|
||||
# cp create_ap.service /etc/systemd/system
|
||||
|
||||
### Start service immediately:
|
||||
# systemctl start create_ap
|
||||
|
||||
### Start on boot:
|
||||
# systemctl enable create_ap
|
||||
|
Loading…
x
Reference in New Issue
Block a user