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

libvirt-bin.init: Fix typo in path when checking for systemd

parent a40c72b1
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ running()
systemd_running()
{
if [ -d /home/systemd/system ] ; then
if [ -d /run/systemd/system ] ; then
return 0
fi
return 1
......
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