mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 03:07:48 +00:00
11 lines
232 B
SYSTEMD
11 lines
232 B
SYSTEMD
|
[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
|