From 0d8ac0eac0a919cb2620d94e661d60b2a96501d3 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 11 Nov 2014 17:11:41 +0100 Subject: [PATCH] systemd: use Wants for the dependency btw. osmo-bsc-mgcp and osmo-bsc * osmo-bsc and osmo-bsc-mgcp are needed to run * with Wants, both are started but can be indepently controlled via systemctl Fixes: SYS#738 --- openbsc/contrib/systemd/osmo-bsc.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/contrib/systemd/osmo-bsc.service b/openbsc/contrib/systemd/osmo-bsc.service index eb6cacbd3..4047fef48 100644 --- a/openbsc/contrib/systemd/osmo-bsc.service +++ b/openbsc/contrib/systemd/osmo-bsc.service @@ -1,6 +1,6 @@ [Unit] Description=OpenBSC BSC -Requires=osmo-bsc-mgcp.service +Wants=osmo-bsc-mgcp.service [Service] Type=simple