aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/odl_cluster/templates/opendaylight.service
blob: 61a1dbdc0a1af726ffb222f52dcb1e74c4876a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=OpenDaylight SDN Controller
Documentation=https://wiki.opendaylight.org/view/Main_Page http://www.opendaylight.org/
After=network.service

[Service]
Type=forking
ExecStart=/opt/opendaylight-0.2.2/bin/start
User=odl
Group=odl

[Install]
WantedBy=multi-user.target