summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch-db-server.service
blob: 8fc5ecb16da9346af89f73faae7ae8e68362dc0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Open vSwitch Database server Daemon
Requires=openvswitch-setup.service
After=openvswitch-setup.service

[Service]
Type=forking
ExecStart=/usr/sbin/ovsdb-server --remote=punix:/usr/local/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