Skip to content

Commit 6fad318

Browse files
committed
Add NTP for newer agent requirements.
1 parent f05aab5 commit 6fad318

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)