summaryrefslogtreecommitdiff
path: root/openvswitch.configure
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-29 18:38:38 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:36 +0000
commita4d9c63a8c5fb3d9b96baf9000b6b79160e91966 (patch)
tree3873c11a488d621030060ae275907344da8ebe26 /openvswitch.configure
parent3d04edd5e46aee42542bcb8f051534d2bf9cbfed (diff)
downloaddefinitions-a4d9c63a8c5fb3d9b96baf9000b6b79160e91966.tar.gz
WIP: Reorganize services - It is not working
Diffstat (limited to 'openvswitch.configure')
-rw-r--r--openvswitch.configure10
1 files changed, 6 insertions, 4 deletions
diff --git a/openvswitch.configure b/openvswitch.configure
index ec219851..be4eb6d3 100644
--- a/openvswitch.configure
+++ b/openvswitch.configure
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/bash
-# Copyright (C) 2014 Codethink Limited
+# Copyright (C) 2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,8 +19,10 @@ set -e
ROOT="$1"
-services=("openvswitch-setup.service" "openvswitch-db-server.service"
- "openvswitch-initialize-db.service" "openvswitch.service")
+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" \