notes/runit_scripts/libvirtd/run
2022-02-27 03:48:30 -08:00

4 lines
96 B
Bash
Executable file

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