summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openvswitch-db-server.service
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-03-16 15:12:14 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 15:46:37 +0000
commitae88845d7c2aad6778dd7d4c5767cf28eaebbfce (patch)
tree8b03c5ec39341fd77f378fe13f0b52a21d06a9b6 /openstack/usr/lib/systemd/system/openvswitch-db-server.service
parentb72e6f9f2d8d5530f9caadbf05967b9d371f8ea8 (diff)
downloaddefinitions-ae88845d7c2aad6778dd7d4c5767cf28eaebbfce.tar.gz
Move systemd units to /usr/lib/systemd/system as defined in systemd documentation
See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
Diffstat (limited to 'openstack/usr/lib/systemd/system/openvswitch-db-server.service')
-rw-r--r--openstack/usr/lib/systemd/system/openvswitch-db-server.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/openstack/usr/lib/systemd/system/openvswitch-db-server.service b/openstack/usr/lib/systemd/system/openvswitch-db-server.service
new file mode 100644
index 00000000..e1cd2042
--- /dev/null
+++ b/openstack/usr/lib/systemd/system/openvswitch-db-server.service
@@ -0,0 +1,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
+