void-packages/srcpkgs/libvirt/files/libvirtd/run

5 lines
96 B
Bash

#!/bin/sh
sv check dbus >/dev/null || exit 1
[ -f ./conf ] && . ./conf
exec libvirtd $OPTS 2>&1