From 3035a7c577dbacbe2c0c50a732fef274b1abbeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 26 May 2020 15:06:53 +0200 Subject: core: update comment about sysv compat We don't want people to consider that part deprecated. Follow-up for 6589a56972. --- src/core/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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); -- cgit v1.2.1