[Pkg-libvirt-commits] [libvirt] 01/01: libvirt-bin.init: Fix typo in path when checking for systemd
Guido Guenther
agx at moszumanska.debian.org
Tue Jan 14 06:55:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch experimental
in repository libvirt.
commit e559e928af5c5a786350fab70dd760e3f213c72e
Author: Guido Günther <agx at sigxcpu.org>
Date: Tue Jan 14 07:54:28 2014 +0100
libvirt-bin.init: Fix typo in path when checking for systemd
---
debian/libvirt-bin.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/libvirt-bin.init b/debian/libvirt-bin.init
index 87c0c37..6552000 100755
--- a/debian/libvirt-bin.init
+++ b/debian/libvirt-bin.init
@@ -71,7 +71,7 @@ running()
systemd_running()
{
- if [ -d /home/systemd/system ] ; then
+ if [ -d /run/systemd/system ] ; then
return 0
fi
return 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git
More information about the Pkg-libvirt-commits
mailing list