1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00
Lennart Poettering aeda397aed man: soft deprecate use of ";" for separating multiple command lines in ExecStart=
So far we supported this syntax:

    ExecStart=foo ; bar

as equivalent to:

    ExecStart=foo
    ExecStart=bar

With this change we'll "soft" deprecate the first syntax. i.e. it's
still supported in code, but not documented anymore.

The concept was originally added to make things easier for 3rd party
.ini readers, as it allowed writing unit files with a .ini framework
that doesn't allow multiple assignments for the same key. But frankly,
this is kinda pointless, as so many other of our knobs require the
double assignment.

Hence, let's just stop advertising the concept, let's simplify the docs,
by removing one entirely redundant feature from it.

Replaces: #34570
(cherry picked from commit 225f18b9a9d39331ea862478ab2ff893678e249d)
2024-10-08 16:39:12 +01:00
..
2024-04-22 15:16:54 +02:00
2024-01-31 10:32:46 +00:00
2024-04-15 10:40:11 +02:00
2023-12-25 09:15:53 +01:00
2024-03-21 02:49:38 +01:00
2024-03-20 15:24:11 +01:00
2024-03-04 16:12:23 +04:00
2024-04-23 01:42:11 +09:00
2024-05-15 14:19:01 +02:00
2024-04-19 13:25:32 +01:00
2023-12-26 08:59:53 +01:00
2023-12-26 08:59:53 +01:00
2023-12-26 13:10:36 +01:00
2023-12-26 13:10:36 +01:00
2024-10-08 16:39:12 +01:00
2024-06-18 20:41:01 +02:00
2023-12-24 09:32:26 +01:00
2023-12-24 10:46:55 +01:00
2024-03-04 16:12:23 +04:00
2024-03-20 15:24:11 +01:00
2024-05-13 19:53:51 +09:00