Adding wifi scripts; general cleanup

This commit is contained in:
DarkFeather
2017-10-25 23:50:52 -05:00
parent e4afa2e8e5
commit ce9d50ab0c
7 changed files with 58 additions and 14 deletions

12
Admin/wifi.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=Wifi Connectivity Service
Wants=network-online.target
After=network-online.target
[Service]
ExecStart=/root/bin/wifiboot
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target