linuxShortcuts/Services/bruno-network-manager.service

11 lines
232 B
SYSTEMD
Raw Normal View History

[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