Skip to content

Commit

Permalink
feat: Add cron job to restart kalium-testservice every evening (#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
mythsunwind authored Feb 5, 2025
1 parent e278d92 commit d1e4487
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testservice/ansible/roles/kalium-testservice/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,9 @@
enabled: true
state: restarted

- name: Restart kalium-testservice every evening
cron:
name: "Restart kalium-testservice"
minute: "30"
hour: "20"
job: "systemctl restart kalium-testservice"

0 comments on commit d1e4487

Please sign in to comment.