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

2
runit_scripts/libvirtd/log/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec svlogd -tt /var/lib/svlog/libvirtd

View file

@ -0,0 +1 @@
1501

View file

@ -0,0 +1 @@
run

Binary file not shown.

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

View file

View file

@ -0,0 +1 @@
3214

View file

@ -0,0 +1 @@
run

Binary file not shown.