Last active
October 11, 2018 10:16
-
-
Save mujeebishaque/dfadd9a8e6a020ba2bae9d40931ac77d to your computer and use it in GitHub Desktop.
hotspot
This file contains 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=Automatically generates an internet Hotspot when a valid ssid is not in range | |
After=multi-user.target | |
[Service] | |
Type=oneshot | |
RemainAfterExit=yes | |
ExecStart=/usr/bin/autohotspot | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment