Skip to content

Commit

Permalink
consul: ExecStartPost use list
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Dec 9, 2021
1 parent d94d456 commit df16093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/consul.nix
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ in {
ExecReload = reloadScript;
ExecStart =
"@${cfg.package}/bin/consul consul agent -config-dir /etc/${cfg.configDir}";
ExecStartPost = postScript;
ExecStartPost = [ postScript ];
Restart = "on-failure";
RestartSec = "10s";
DynamicUser = true;
Expand Down

0 comments on commit df16093

Please sign in to comment.