mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Fix alertmanager service definition. Thanks to @eonpatapon
This commit is contained in:
parent
1b6ce80c2b
commit
e17b464a43
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ let
|
|||
after = [ "network.target" ];
|
||||
script = ''
|
||||
${amCfg.package}/bin/alertmanager \
|
||||
${concatStringsSep " \\\n " cmdlineArgs}
|
||||
${concatStringsSep " \\\n " (mkCmdlineArgs amCfg)}
|
||||
'';
|
||||
serviceConfig = {
|
||||
User = amCfg.user;
|
||||
|
|
Loading…
Reference in a new issue