aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/odl_cluster/templates/opendaylight.service
blob: a4adeeec28766ad187df61d798c1c0ea443120b9 (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.3.0/bin/start
User=odl
Group=odl

[Install]
WantedBy=multi-user.target