wg-wifi/wifi-wg.service
2022-11-17 21:33:23 -05:00

13 lines
235 B
Desktop File

[Unit]
Description=Auto WiFi Wireguard connect
After=network.target
StartLimitIntervalSec=0
[Service]
Environment="DISPLAY=:0"
Restart=always
ExecStart=sudo wpa_cli -i wlo1 -a /home/william/wpa.sh
[Install]
WantedBy=graphical.target