mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
core: update comment about sysv compat
We don't want people to consider that part deprecated.
Follow-up for 6589a56972
.
This commit is contained in:
parent
7257f717c1
commit
3035a7c577
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user