~openstack-charmers-next/charms/wily/odl-controller/trunk

« back to all changes in this revision

Viewing changes to files/odl-controller.service

  • Committer: Gerrit Code Review
  • Author(s): Jenkins
  • Date: 2016-03-18 16:10:08 UTC
  • mfrom: (21.1.1 trunk)
  • Revision ID: review@openstack.org-20160318161008-grzlrlzei667shdd
Merge "Add support for Ubuntu Xenial"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Unit]
 
2
Description=OpenDayLight SDN Controller
 
3
After=network.target
 
4
 
 
5
[Service]
 
6
Type=forking
 
7
User=opendaylight
 
8
Group=opendaylight
 
9
ExecStart=/opt/opendaylight-karaf/bin/start
 
10
 
 
11
[Install]
 
12
WantedBy=multi-user.target