Current Path :
/
lib
/
systemd
/
system
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//lib/systemd/system/ntpd.service
[Unit] Description=Network Time Service After=syslog.target ntpdate.service sntp.service [Service] Type=forking EnvironmentFile=-/etc/sysconfig/ntpd ExecStart=/usr/sbin/ntpd -u ntp:ntp $OPTIONS PrivateTmp=true [Install] WantedBy=multi-user.target