mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sv check dbus >/dev/null || exit 1
|
sv check dbus >/dev/null || exit 1
|
||||||
exec libvirtd 2>&1
|
[ -f ./conf ] && . ./conf
|
||||||
|
exec libvirtd $OPTS 2>&1
|
||||||
|
|
Loading…
Add table
Reference in a new issue