Skip to content
Snippets Groups Projects
Commit ea12bd94 authored by Guido Günther's avatar Guido Günther Committed by Guido Günther
Browse files

Create /var/run/libvirt

fixes /var/run on tmpfs

Closes: #507578
parent 4835c3c8
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,7 @@ force_stop() { ...@@ -86,6 +86,7 @@ force_stop() {
return 0 return 0
} }
mkdir -p /var/run/libvirt
case "$1" in case "$1" in
start) start)
if check_start_libvirtd_option; then if check_start_libvirtd_option; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment