Skip to content

Commit aadf50b

Browse files
authored
Merge pull request #38 from jaypoulz/add-ntp
Add NTP for newer agent requirements.
2 parents f05aab5 + 6fad318 commit aadf50b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libvirt/ntp/ntp.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
firewall-cmd --zone=libvirt --add-service=ntp --permanent
3+
firewall-cmd --reload
4+

0 commit comments

Comments
 (0)