source: systemd-units/blfs/units/ntpd.service@ f3d469b1

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since f3d469b1 was 2b27f103, checked in by Krejzi <krejzi@…>, 10 years ago

Merge more Christopher's work. Import systemd units.

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

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