summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Borsboom2016-01-03 20:22:52 +0100
committerArthur Borsboom2016-01-03 20:22:52 +0100
commit0dfa6f8befb7942c3464aca91b6448c4b0a8d7db (patch)
tree13c145f6a7d49c25627bf3a6fbc0ab954bd707b5
parent3b3db1b1ae7e727db287800ec386493f8b2d2dab (diff)
downloadaur-0dfa6f8befb7942c3464aca91b6448c4b0a8d7db.tar.gz
Removed all initd instructions in the libvirt install, since systemd is the current init system
-rw-r--r--libvirt.install11
1 files changed, 4 insertions, 7 deletions
diff --git a/libvirt.install b/libvirt.install
index 2ec693c7ffed..4f674c9f223e 100644
--- a/libvirt.install
+++ b/libvirt.install
@@ -14,21 +14,18 @@ post_install() {
echo ">>> Especially: bridge-utils, dnsmasq, and hal."
echo ""
echo ">>> To start libvirt as a daemon (service) run"
- echo " for systemd: 'systemctl start libvirtd'"
- echo " for initscripts: '/etc/rc.d/libvirtd start'"
+ echo " 'systemctl start libvirtd'"
echo ""
echo ">>> To start libvirt as a daemon (service) on boot:"
- echo " for systemd: 'systemctl enable libvirtd'"
- echo " for initscripts: Add 'libvirtd' to daemons in /etc/rc.conf"
+ echo " 'systemctl enable libvirtd'"
echo ""
}
post_upgrade() {
_libvirt_setup || return 1
echo ">>> To finish the upgrade, restart libvirtd by:"
- echo ">>> 'systemctl restart libvirtd' as root (systemd) or"
- echo ">>> '/etc/rc.d/libvirtd restart' as root (initscripts) or"
- echo ">>> rebooting."
+ echo ">>> 'systemctl restart libvirtd' as root (systemd)"
+ echo ">>> or reboot."
echo ">>> You may also need to run 'rm -rf ~/.libvirt'"
echo ""
}