Skip to content
Snippets Groups Projects
Commit e1109b93 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

append bin prefix configured at compile time

parent 6f710783
No related branches found
No related tags found
No related merge requests found
Pipeline #18014 passed
......@@ -131,13 +131,13 @@ static void compute_log_script(resolve_service_t *res, resolve_service_t *log)
auto_strings(run, shebang) ;
auto_strings(run + FAKELEN, "fdmove -c 2 1\n") ;
auto_strings(run + FAKELEN, SS_EXECLINE_SHEBANGPREFIX "fdmove -c 2 1\n") ;
/** runas */
if (!res->owner)
auto_strings(run + FAKELEN, S6_BINPREFIX "s6-setuidgid ", logrunner, "\n") ;
auto_strings(run + FAKELEN, "s6-log ") ;
auto_strings(run + FAKELEN, S6_BINPREFIX "s6-log ") ;
if (SS_LOGGER_NOTIFY)
auto_strings(run + FAKELEN, "-d3 ") ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment