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:
parent
6f9cefefc6
commit
e12bf50c73
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user