openflow: Support matching and modifying MPLS TTL field.
[cascardo/ovs.git] / rhel / usr_lib_systemd_system_ovn-controller.service.in
1 #
2 # You may override the following variables to customize ovn-controller behavior:
3 #
4 #   OVS_DB - Set this variable to the location of the ovsdb server that is
5 #            serving the Open_vSwitch database for the local ovs-vswitchd.
6 #            See the manpage for ovn-controller for more details on the
7 #            format for the db location.
8 #
9
10 [Unit]
11 Description=OVN controller daemon
12 After=syslog.target
13 Requires=openvswitch.service
14 After=openvswitch.service
15
16 [Service]
17 Type=simple
18 Environment=OVS_RUNDIR=@RUNDIR@
19 Environment=OVS_DB=unix:@RUNDIR@/db.sock
20 ExecStart=/usr/bin/ovn-controller -vconsole:emer -vsyslog:err -vfile:info \
21           --log-file=/var/log/openvswitch/ovn-controller.log \
22           --no-chdir --pidfile=${OVS_RUNDIR}/ovn-controller.pid ${OVS_DB}