Skip to content
Snippets Groups Projects
Commit b091d8ca authored by Menno Norden's avatar Menno Norden
Browse files

Task #10135: ntpd_restart not compatible with centos7

parent cab99022
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# 1.0 restart ntpd time demon
# 01-04-09, M.J. Norden
# 1.1 restart ntpd time demon
# 24-11-2016, M.J. Norden
echo "restart ntpd time server"
sudo /etc/init.d/ntpd restart
#sudo /etc/init.d/ntpd restart
sudo service ntpd restart
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment