charm-odl-controller/files/odl-controller.service
James Page a1cf699ee9 Add support for Ubuntu Xenial
Xenial does not install python2 by default; ensure that python2
and minimal module dependencies are installed prior to trying
to execute any python2 based hooks.

Update amulet tests to drop shared-db relation for n-gateway.

This change also includes a resync of charm-helpers to pickup
new changes for systemd support.

Change-Id: Icef9679cd1d1c96e8aa87bcedcf9735a41af8d52
Closes-Bug: #1555422
2016-03-11 11:41:32 +00:00

13 lines
211 B
Desktop File

[Unit]
Description=OpenDayLight SDN Controller
After=network.target
[Service]
Type=forking
User=opendaylight
Group=opendaylight
ExecStart=/opt/opendaylight-karaf/bin/start
[Install]
WantedBy=multi-user.target