void-packages/srcpkgs/libvirt/files/libvirtd/run
Toyam Cox e12bf50c73 libvirt: add support for conf file in service
Don't need to rebuild it right now. Next time it gets bumped
will be soon enough.
2018-07-26 00:47:19 -04:00

4 lines
96 B
Bash

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