board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / ntp / ntpd.service
blob7964c5389b4a0aab4d78aae1c537c2e5be0b7a4e
1 [Unit]
2 Description=Network Time Service
3 After=network.target
5 [Service]
6 Type=forking
7 PIDFile=/run/ntpd.pid
8 ExecStart=/usr/sbin/ntpd -g -p /run/ntpd.pid
10 [Install]
11 WantedBy=multi-user.target