Path : /etc/cloud/templates/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //etc/cloud/templates/ntp.conf.alpine.tmpl |
## template:jinja # /etc/ntp.conf # # Configuration for Busybox ntpd - it only supports "server" lines. {% if servers %}# Servers {% endif %} {% for server in servers -%} server {{server}} {% endfor %} {% for peer in peers -%} peer {{peer}} {% endfor %}