summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openvswitch-db-server.service
blob: 34a7c812b2a5955ba51730317d3006325b2dd5de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Open vSwitch Database Server Daemon
After=local-fs.target

[Service]
Type=forking
ExecStartPre=-/usr/bin/mkdir -p /var/run/openvswitch
ExecStart=/usr/sbin/ovsdb-server --remote=punix:/var/run/openvswitch/db.sock --remote=db:Open_vSwitch,Open_vSwitch,manager_options --private-key=db:Open_vSwitch,SSL,private_key --certificate=db:Open_vSwitch,SSL,certificate --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert --pidfile --detach

[Install]
WantedBy=multi-user.target