Open main menu

CDOT Wiki β

Changes

OPS335 Lab 1

21 bytes added, 16:40, 18 December 2012
m
libvirtd now managed by Systemd.
*Enable libvirtd to start at boot using <code>'systemctl'</code>
systemctl enable libvirtd.service
* You may occasionally encounter services that have not yet been moved to Systemd. In those cases Systemd will redirect the command to the appropriate older method. e.g. systemctl enable serviceName.service libvirtdserviceName.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig libvirtd serviceName on
Warning: unit files do not carry install information. No operation executed.
*Note the output of the above command - <code>libvirtd.service is not a native service, redirecting to /sbin/chkconfig</code>. How can you tell if a service is native or non-native to 'systemd'?
===How to change the default runlevel using systemd===
932
edits