From a16c7501a4eccded2919fab0d485f77fb87dc81a Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Tue, 20 Mar 2018 14:04:37 +0100 Subject: remove the -f option from osmo-ggsn.service This option was removed in dda21ed7d4a897c9284c69175d0da598598eae40 and the behaviour previously implied by -f has since been the default. Change-Id: Iba13df713af03771739a4feff4b222a0c3352394 Related: OS#3044 --- contrib/osmo-ggsn.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/osmo-ggsn.service b/contrib/osmo-ggsn.service index 10e3507..c75325d 100644 --- a/contrib/osmo-ggsn.service +++ b/contrib/osmo-ggsn.service @@ -5,7 +5,7 @@ After=networking.service [Service] Type=simple Restart=always -ExecStart=/usr/bin/osmo-ggsn -c /etc/osmocom/osmo-ggsn.cfg -f +ExecStart=/usr/bin/osmo-ggsn -c /etc/osmocom/osmo-ggsn.cfg RestartSec=2 RestartPreventExitStatus=1 -- cgit v1.2.3