Skip to content

Commit

Permalink
set interval of oracle service to 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoette committed Oct 17, 2024
1 parent 7a2d433 commit 9245f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/oracle-cloud-instance-launcher/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ in {
systemd.timers."oracle-cloud-instance-launcher" = {
wantedBy = [ "timers.target" ];
timerConfig = {
OnBootSec = "20m";
OnUnitActiveSec = "20m";
OnBootSec = "10m";
OnUnitActiveSec = "10m";
Unit = "oracle-cloud-instance-launcher.service";
};
};
Expand Down

0 comments on commit 9245f37

Please sign in to comment.