mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Fix alertmanager service definition. Thanks to @eonpatapon
This commit is contained in:
parent
1b6ce80c2b
commit
e17b464a43
|
@ -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