mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
4 lines
85 B
Bash
Executable File
4 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
sv check dbus >/dev/null || exit 1
|
|
exec NetworkManager -n > /dev/null 2>&1
|