rhel: Add systemd suport for ovn-controller-vtep.
[cascardo/ovs.git] / rhel / usr_lib_systemd_system_ovn-controller-vtep.service
1 [Unit]
2 Description=OVN VTEP gateway controller daemon
3 After=syslog.target
4 Requires=openvswitch.service
5 After=openvswitch.service
6
7 [Service]
8 Type=simple
9 Environment=OVS_RUNDIR=%t/openvswitch
10 ExecStart=/usr/bin/ovn-controller-vtep -vconsole:emer -vsyslog:err -vfile:info \
11           --log-file=/var/log/openvswitch/ovn-controller-vtep.log \
12           --no-chdir --pidfile=${OVS_RUNDIR}/ovn-controller-vtep.pid