replace-secret: add mainProgram
This commit is contained in:
parent
a5ba4bf8c7
commit
b00ec384d4
1 changed files with 1 additions and 0 deletions
|
@ -32,5 +32,6 @@ stdenv.mkDerivation {
|
||||||
Since the secret is read from a file, it won't be leaked through
|
Since the secret is read from a file, it won't be leaked through
|
||||||
'/proc/<pid>/cmdline', unlike when 'sed' or 'replace' is used.
|
'/proc/<pid>/cmdline', unlike when 'sed' or 'replace' is used.
|
||||||
'';
|
'';
|
||||||
|
mainProgram = "replace-secret";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue