nixos/alertmanager: Fix startup
Fixed a problem with quotation marks introduced in commit 23d5d9bbe9aab982d17ad92c0d9da291d01f60c7 merged with #78358.
This commit is contained in:
parent
e59dcf8cce
commit
9414f03d97
@ -157,8 +157,8 @@ in {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
preStart = ''
|
||||
${lib.getBin pkgs.envsubst}/bin/envsubst -o /tmp/alert-manager-substituted.yaml" \
|
||||
-i ${alertmanagerYml}"
|
||||
${lib.getBin pkgs.envsubst}/bin/envsubst -o "/tmp/alert-manager-substituted.yaml" \
|
||||
-i "${alertmanagerYml}"
|
||||
'';
|
||||
serviceConfig = {
|
||||
Restart = "always";
|
||||
|
Loading…
x
Reference in New Issue
Block a user