~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to vivid/lib/systemd/system/hv-kvp-daemon.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
# On Azure/Hyper-V systems start the hv_kvp_daemon
 
2
#
 
3
# author "Andy Whitcroft <apw@canonical.com>"
 
4
[Unit]
 
5
Description=Hyper-V KVP Protocol Daemon
 
6
ConditionVirtualization=microsoft
 
7
 
 
8
[Service]
 
9
Type=forking
 
10
ExecStart=/usr/sbin/hv_kvp_daemon
 
11
 
 
12
[Install]
 
13
WantedBy=multi-user.target