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