Skip to content

Commit

Permalink
Merge branch 'improvement/restart_ncats-webd_daily' into testing/mcdo…
Browse files Browse the repository at this point in the history
…nnnj
  • Loading branch information
mcdonnnj committed Oct 16, 2024
2 parents 0d58293 + f12b807 commit 7cb06d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/roles/cyhy_dashboard/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,11 @@
ansible.builtin.service:
name: ncats-webui
state: started

- name: Create a cron job to restart the ncats-webd service daily
ansible.builtin.cron:
hour: '5'
job: systemctl restart ncats-webd
minute: '0'
name: "Restart ncats-webd service daily"
user: root

0 comments on commit 7cb06d9

Please sign in to comment.