f7c39720f7
* Restart ntp after ntp-config * Remove ntp dependency to ntp-config
6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sonic-cfggen -d -t /usr/share/sonic/templates/ntp.conf.j2 >/etc/ntp.conf
|
|
|
|
systemctl restart ntp
|