Skip to content

Commit

Permalink
Fixup ability to repetitively trigger based on timer
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Sep 24, 2021
1 parent 70f495e commit ee8f1f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/consul-snapshots.nix
Expand Up @@ -147,7 +147,6 @@ let

serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
Restart = "on-failure";
RestartSec = "30s";
ExecStart = pkgs.writeBashChecked "consul-snapshot-${job}-script" ''
Expand Down
1 change: 0 additions & 1 deletion modules/nomad-snapshots.nix
Expand Up @@ -147,7 +147,6 @@ let

serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
Restart = "on-failure";
RestartSec = "30s";
ExecStart = pkgs.writeBashChecked "nomad-snapshot-${job}-script" ''
Expand Down
1 change: 0 additions & 1 deletion modules/vault-snapshots.nix
Expand Up @@ -147,7 +147,6 @@ let

serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
Restart = "on-failure";
RestartSec = "30s";
ExecStart = pkgs.writeBashChecked "vault-snapshot-${job}-script" ''
Expand Down

0 comments on commit ee8f1f3

Please sign in to comment.