c3da80732c
Requested by paper42: - add logging to services - add experimental build option
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
|