5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/sh
|
|
sv check dbus >/dev/null || exit 1
|
|
[ -f ./conf ] && . ./conf
|
|
exec libvirtd $OPTS 2>&1
|