Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Increased DHCP server restart delay.
Browse files Browse the repository at this point in the history
This helps address #157

Systemd will only allow the service to restart 5 times in 10 seconds. A
two second delay between restarts should prevent that limit being hit.
  • Loading branch information
rmkraus committed Jul 20, 2021
1 parent a8aab01 commit 262adf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/roles/dhcp/handlers/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
become: yes

- name: sleep
command: sleep 1
command: sleep 2
delegate_to: localhost
become: no
listen: restart dhcpd

0 comments on commit 262adf8

Please sign in to comment.