summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-05-26 15:06:53 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-05-27 09:02:09 +0200
commit3035a7c577dbacbe2c0c50a732fef274b1abbeb5 (patch)
tree210f55c7c119d29a63a3276bd7dd76f25b30da33 /src/core
parent7257f717c1a860bbe016f185d8b1a56981ec0e9a (diff)
downloadsystemd-3035a7c577dbacbe2c0c50a732fef274b1abbeb5.tar.gz
core: update comment about sysv compat
We don't want people to consider that part deprecated. Follow-up for 6589a56972.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 30e1b3d19d..5dda164fef 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -517,7 +517,7 @@ static int parse_proc_cmdline_item(const char *key, const char *value, void *dat
} else if (!value) {
const char *target;
- /* SysV compatibility */
+ /* Compatible with SysV, but supported independently even if SysV compatiblity is disabled. */
target = runlevel_to_target(key);
if (target)
return free_and_strdup_warn(&arg_default_unit, target);