added libvirtd custom log

This commit is contained in:
z3rOR0ne 2022-02-27 03:48:30 -08:00
parent 8e03911879
commit 4b595f7b9c
10 changed files with 10 additions and 0 deletions

4
runit_scripts/libvirtd/run Executable file
View file

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