commit b5162fe9a49764c86add7fb5a77a63fc2a2da684 parent a7467300723a91bd97f5b0f6c655cc48aa075c95 Author: Sam Macpherson <sam.mack91@gmail.com> Date: Sat, 30 Nov 2013 00:03:34 +1000 updated README to include systemd service usage Diffstat:
M | README.md | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/README.md b/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