linuxShortcuts/Services/bruno-network-manager.service

12 lines
263 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Manages Dongle Wifi, DNS and VPN
After=network-online.target
2022-10-07 11:40:50 +00:00
OnFailure=logErrors@%n.service
[Service]
Type=oneshot
ExecStart=/bin/bash /home/bruno/Apps/linuxShortcuts/Services/bruno-network-manager.sh
[Install]
WantedBy=network-online.target