Skip to content

Commit

Permalink
adjust ffshmon crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Sep 1, 2024
1 parent 67d4485 commit c8d0cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ffshmon/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
ansible.builtin.cron:
name: "Execute ffshmon"
minute: "*/30"
job: "python3 /opt/ffshmon/wireguard.py {{ ffshmon_mail }} {{ ffshmon_pw }}"
job: "python3 /opt/ffshmon/wireguard.py --user {{ ffshmon_mail }} --password {{ ffshmon_pw }} --log /var/log/ffshmon/ffshmon.log"

0 comments on commit c8d0cc9

Please sign in to comment.