mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 21:55:19 +02:00
4 lines
110 B
Bash
Executable file
4 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
sv check dbus >/dev/null || exit 1
|
|
exec 2>&1
|
|
exec /usr/libexec/bluetooth/bluetooth-meshd --nodetach
|