repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OCaml 4.14.0 rebuild
[arch-packages.git]
/
ntp
/
trunk
/
ntpdate.service
blob
e85852e276cb799a3201ba75f52d1bd31c5811b8
1
[Unit]
2
Description=One-Shot Network Time Service
3
After=network.target nss-lookup.target
4
Before=ntpd.service
5
6
[Service]
7
Type=oneshot
8
PrivateTmp=true
9
ExecStart=/usr/bin/ntpd -q -n -g -u ntp:ntp
10
11
[Install]
12
WantedBy=multi-user.target