summaryrefslogtreecommitdiff
path: root/openvswitch.configure
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-27 15:22:25 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-10 10:55:34 +0000
commit461a25c256476192fdd953dc6304b7961677b8ff (patch)
tree60e6db2cc4a6864f540d29f151b008e10da433ab /openvswitch.configure
parent823020ce0fc12f8c7de4dd398a93213be962dc39 (diff)
downloaddefinitions-461a25c256476192fdd953dc6304b7961677b8ff.tar.gz
openvswitch: Move setup scripts to Ansible.
Also change systemd units and configure extension to match this change
Diffstat (limited to 'openvswitch.configure')
-rw-r--r--openvswitch.configure13
1 files changed, 3 insertions, 10 deletions
diff --git a/openvswitch.configure b/openvswitch.configure
index be4eb6d3..7e64de69 100644
--- a/openvswitch.configure
+++ b/openvswitch.configure
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Copyright (C) 2015 Codethink Limited
#
@@ -19,12 +19,5 @@ set -e
ROOT="$1"
-services=("openvswitch-setup.service" \
- "openvswitch-db-server.service" \
- "openvswitch-initialize-db.service" \
- "openvswitch.service")
-
-for service in ${services[@]}; do
- ln -sf "/etc/systemd/system/$service" \
- "$ROOT/etc/systemd/system/multi-user.target.wants/$service"
-done
+ln -sf "/usr/lib/systemd/system/openvswitch-setup.service" \
+ "$ROOT/etc/systemd/system/multi-user.target.wants/openvswitch-setup.service"