~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to utopic/lib/systemd/system/openntpd.service

  • Committer: Dimitri John Ledkov
  • Date: 2014-11-19 12:58:41 UTC
  • Revision ID: dimitri.j.ledkov@intel.com-20141119125841-98dr37roy8dvcv3b
auto update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Unit]
2
 
Description=OpenNTPd Network Time Protocol
3
 
After=network.target
4
 
 
5
 
[Service]
6
 
EnvironmentFile=-/etc/default/openntpd
7
 
ExecStart=/usr/sbin/ntpd $DAEMON_OPTS
8
 
KillMode=process
9
 
Restart=on-failure
10
 
 
11
 
[Install]
12
 
WantedBy=multi-user.target
13
 
Alias=openntpd.service