mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-11 17:31:10 +07:00
service: fix sysv-less build
This commit is contained in:
parent
b9ba604e87
commit
0320828cac
@ -1585,6 +1585,7 @@ static int service_spawn(
|
||||
goto fail;
|
||||
}
|
||||
|
||||
#ifdef HAVE_SYSV_COMPAT
|
||||
/* Make sure we set TERM=linux for SysV scripts, since some
|
||||
* require it to be set from the kernel */
|
||||
if (s->sysv_path && !strv_env_get(s->meta.manager->environment, "TERM"))
|
||||
@ -1592,6 +1593,7 @@ static int service_spawn(
|
||||
r = -ENOMEM;
|
||||
goto fail;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!(final_env = strv_env_merge(2,
|
||||
s->meta.manager->environment,
|
||||
|
Loading…
Reference in New Issue
Block a user