journalbeat: set argv0 in wrapper
This commit is contained in:
parent
de917326a9
commit
9cad02ce6b
@ -15,6 +15,7 @@ in buildGoPackage rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $bin/bin/journalbeat \
|
wrapProgram $bin/bin/journalbeat \
|
||||||
|
--argv0 journalbeat \
|
||||||
--prefix LD_LIBRARY_PATH : ${libPath}
|
--prefix LD_LIBRARY_PATH : ${libPath}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user