The systemd service daemon'izes the fantastic create_ap bash script by oblique
-
-
Save agsdot/75b1a45ae5b76b89770541a9b8ddbae8 to your computer and use it in GitHub Desktop.
create_ap systemd service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Create AP Service | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/bash /usr/lib/systemd/scripts/create_ap -n -g 10.0.0.1 wlan0 AccessPointSSID | |
KillSignal=SIGINT | |
Restart=on-failure | |
RestartSec=5 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment