From d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 24 Apr 2012 20:10:47 +0000 Subject: services: Read systemd service information. This adds support for two different methods of working with systemd. The first, and more complete method is to query systemd for information about whether a service is enabled at boot. This mode requires that we are running under systemd and thus only works for machines in interactive mode post-install. For the installer, we also support a more rudamentary method which scans for unit files which contain simple install rules (i.e. only those services which are part of the typical multi-user or graphical targets (corresponding to runlevels 3 and 5 in the old days). This method will not show all services but it should be enough for the installer. https://bugs.mageia.org/show_bug.cgi?id=3253 https://bugs.mageia.org/show_bug.cgi?id=3740 https://bugs.mageia.org/show_bug.cgi?id=4910 https://bugs.mageia.org/show_bug.cgi?id=5122 --- perl-install/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/NEWS') diff --git a/perl-install/NEWS b/perl-install/NEWS index b073f7688..37b68a092 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -10,6 +10,8 @@ - diskdrake: o do not set fs_type to ext4 for raw LVM/RAID/LUKS o detect LVM on top on Encrypted partitions (mga#5330) +- drakxservices: + o systemd support (mga#3253, mga#3740, mga#4910, mga#5122) Version 14.3 - 7 April 2012 -- cgit v1.2.1