diff options
author | Alexis Hovorka <[email protected]> | 2021-01-04 00:06:27 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2021-01-04 00:06:27 -0700 |
commit | ff1463ba59260c3df518755d978b4e18272bf454 (patch) | |
tree | 067c10712e457f3505694d8fb949dae4d432ba51 /zeno-wifi.service |
Initial commit
Diffstat (limited to 'zeno-wifi.service')
-rw-r--r-- | zeno-wifi.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zeno-wifi.service b/zeno-wifi.service new file mode 100644 index 0000000..d1dcbfa --- /dev/null +++ b/zeno-wifi.service @@ -0,0 +1,9 @@ +[Unit] +Description=Connect to known networks or create a local access point + +[Service] +Type=forking +ExecStart=%h/zeno-wifi.sh + +[Install] +WantedBy=default.target |