diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-08-16 20:24:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-08-16 20:24:25 +0200 |
commit | 7d19344a99f23b1375efc36fa5d04d4d341833ac (patch) | |
tree | bed97e4c888452fb802e35f99ad75cef92f3dd62 | |
parent | 7b0991c61773b1074ed90cc1037ac14dee1fd043 (diff) | |
parent | c7683ffb53da4ad4334cc9f813e39cffed7e0d0b (diff) |
Merge pull request #971 from evverx/news-fix
NEWS: fix the "indirect" state description
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -756,7 +756,7 @@ CHANGES WITH 218: * When querying unit file enablement status (for example via "systemctl is-enabled"), a new state "indirect" is now known which indicates that a unit might not be enabled itself, but - another unit listed in its Alias= setting might be. + another unit listed in its Also= setting might be. * Similar to the various existing ConditionXYZ= settings for units there are now matching AssertXYZ= settings. While |