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

Enable systemd services

parent c96ae05f
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,12 @@ case "$1" in
sleep 1
fi
# enable libvirt-{bin,guests} for systemd
if [ -x /bin/systemctl ] && [ -d /sys/fs/cgroup/systemd ]; then
systemctl enable libvirt-bin.service
systemctl enable libvirt-guests.service
fi
if dpkg --compare-versions "$2" lt "0.6.1-2"; then
if [ -e /etc/rc2.d/S20libvirt-bin ] && \
[ -e /etc/rc3.d/S20libvirt-bin ] && \
......
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