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.
This commit is contained in:
Toyam Cox 2018-07-26 00:47:08 -04:00
parent 6f9cefefc6
commit e12bf50c73

View file

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