mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-20 01:47:31 +00:00
chkconfig: check against runlevel 5 instead of 3, since it is a superset of the latter
This commit is contained in:
parent
a76f7be2b0
commit
b74949bcdc
@ -4098,7 +4098,7 @@ static int install_info_apply(const char *verb, LookupPaths *paths, InstallInfo
|
||||
argv[1] = file_name_from_path(sysv);
|
||||
argv[2] =
|
||||
streq(verb, "enable") ? "on" :
|
||||
streq(verb, "disable") ? "off" : "--level=3";
|
||||
streq(verb, "disable") ? "off" : "--level=5";
|
||||
|
||||
log_info("Executing %s %s %s", argv[0], argv[1], strempty(argv[2]));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user