diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-12 15:20:05 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-13 14:20:03 +0200 |
commit | ba1dc1a12b2a114eb66045f472feb6ae544c9684 (patch) | |
tree | c3769de077b30e3fe8b1ec555a7eb51f5cae76af /NEWS | |
parent | 75da262a1346f51b4b902e4213217778cd1229e6 (diff) | |
download | systemd-ba1dc1a12b2a114eb66045f472feb6ae544c9684.tar.gz |
NEWS: add an example that actually applies
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -137,8 +137,8 @@ CHANGES WITH 239 in spe: * Units gained a new load state "bad-setting", which is used when a unit file was loaded, but contained fatal errors which prevent it - from being started (for example, an ExecStart= path which references - a non-existent executable). + from being started (for example, a service unit has been defined + lacking both ExecStart= and ExecStop= lines). * coredumpctl's "gdb" verb has been renamed to "debug", in order to support alternative debuggers, for example lldb. The old name |