diff options
author | Colin Guthrie <colin@mageia.org> | 2012-04-24 20:10:47 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-04-24 20:10:47 +0000 |
commit | d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f (patch) | |
tree | b9e1078ee0620d074e2b349e185586f02cc43c36 /perl-install/NEWS | |
parent | 43ba4697a682ca16c322914147a75aeb4f5dbca3 (diff) | |
download | drakx-d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f.tar drakx-d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f.tar.gz drakx-d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f.tar.bz2 drakx-d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f.tar.xz drakx-d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f.zip |
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
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
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 |