mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 00:50:51 +00:00
Bruno Fontes
2964dc1404
Again, I don't need to keep track of the changes. Just a matter of having them here.
11 lines
232 B
Desktop File
11 lines
232 B
Desktop File
[Unit]
|
|
Description=Manages Dongle Wifi, DNS and VPN
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /home/bruno/Apps/linuxShortcuts/Services/bruno-network-manager.sh
|
|
|
|
[Install]
|
|
WantedBy=network-online.target
|