summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch-db-server.service
blob: e1cd2042be7f13d0f782e299b7bc2b4ac1fc7d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Open vSwitch Database Server Daemon
After=local-fs.target 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