source: systemd-units/blfs/units/ntpd.service@ 1707627d

systemd-13485
Last change on this file since 1707627d was 634578e, checked in by Krejzi <krejzi@…>, 10 years ago

Fixes to systemd units.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14038 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 240 bytes
Line 
1[Unit]
2Description=Network Time Protocol daemon
3After=network.target nss-lookup.target
4Conflicts=systemd-timesyncd.service
5
6[Service]
7Type=forking
8PrivateTmp=true
9ExecStart=/usr/sbin/ntpd -g -u ntp:ntp
10
11[Install]
12WantedBy=multi-user.target
Note: See TracBrowser for help on using the repository browser.