mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-17 04:23:50 +02:00
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/sh
|
|
sv check dbus >/dev/null || exit 1
|
|
[ -f ./conf ] && . ./conf
|
|
exec libvirtd $OPTS 2>&1
|