mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/gancio: add sendmail to path
This commit is contained in:
parent
c5eb4441b9
commit
052423a7e9
1 changed files with 5 additions and 0 deletions
|
@ -219,6 +219,11 @@ in
|
|||
NODE_ENV = "production";
|
||||
};
|
||||
|
||||
path = [
|
||||
# required for sendmail
|
||||
"/run/wrappers"
|
||||
];
|
||||
|
||||
preStart = ''
|
||||
# We need this so the gancio executable run by the user finds the right settings.
|
||||
ln -sf ${configFile} config.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue