Initial commit of Phil's config files.
This commit is contained in:
parent
c678074922
commit
3fae792a80
73 changed files with 1197 additions and 184 deletions
2
etc/sv/libvirt-generic/log/run
Executable file
2
etc/sv/libvirt-generic/log/run
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t libvirt-generic -p daemon
|
||||
1
etc/sv/libvirt-generic/log/supervise
Symbolic link
1
etc/sv/libvirt-generic/log/supervise
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/run/runit/supervise.libvirt-generic-log
|
||||
11
etc/sv/libvirt-generic/run
Executable file
11
etc/sv/libvirt-generic/run
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
sv check dbus >/dev/null || exit 1
|
||||
|
||||
# Take daemon name from service name
|
||||
daemon="${PWD##*/}"
|
||||
|
||||
[ -f ./conf ] && . ./conf
|
||||
|
||||
exec "$daemon" $OPTS 2>&1
|
||||
1
etc/sv/libvirt-generic/supervise
Symbolic link
1
etc/sv/libvirt-generic/supervise
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/run/runit/supervise.libvirt-generic
|
||||
Loading…
Add table
Add a link
Reference in a new issue