mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 12:45:11 +02:00
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
sv check dbus >/dev/null || exit 1
|
|
exec /usr/libexec/boltd > /dev/null 2>&1
|