From a8dead9867ea5e11c01027df7565577ccd78a5cb Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 29 Jan 2015 18:38:38 +0000 Subject: WIP: Reorganize services - It is not working --- openvswitch.configure | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'openvswitch.configure') 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" \ -- cgit v1.2.1