mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
12 lines
263 B
Desktop File
12 lines
263 B
Desktop File
[Unit]
|
|
Description=Manages Dongle Wifi, DNS and VPN
|
|
After=network-online.target
|
|
OnFailure=logErrors@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /home/bruno/Apps/linuxShortcuts/Services/bruno-network-manager.sh
|
|
|
|
[Install]
|
|
WantedBy=network-online.target
|