blob: fd9e21060f8681aa3188e2c1b3e8a379578ce46a [file] [log] [blame] [edit]
#!/bin/bash
getargbool 1 rd.brltty && getargbool 1 rd.brltty.bluetooth && {
systemctl -q is-active dbus || {
systemctl --no-block start dbus
}
}