3 lines
64 B
Bash
3 lines
64 B
Bash
#!/bin/sh
|
|
sv check dbus >/dev/null || exit 1
|
|
exec libvirtd 2>&1
|
#!/bin/sh
|
|
sv check dbus >/dev/null || exit 1
|
|
exec libvirtd 2>&1
|