mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-29 19:46:22 -04:00
8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start libvirt daemon
|
|
libvirtd --daemon --listen
|
|
virtlogd --daemon
|
|
|
|
sleep infinity
|