summaryrefslogtreecommitdiffstats
path: root/abs/core/ntp/ntpd.service
blob: 267615cb96de9a6fde1dbb6569d2cb9a0e90ebf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Network Time Service
After=network.target nss-lookup.target
Conflicts=systemd-timesyncd.service

[Service]
Type=forking
PrivateTmp=true
ExecStart=/usr/bin/ntpd -g -u ntp:ntp
Restart=always

[Install]
WantedBy=multi-user.target