aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-21 16:59:33 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-21 16:59:33 +0100
commitd8f339592d308b371f387132b303d808fad2ef0a (patch)
tree41610feb1fc51620c51e3983964d884450457d1b /contrib
parenta09e33cdeb4a128e2338f724e794369b679f8f3b (diff)
sysmopcu: Re-start the PCU on disconnect
During the refactorings I highlighted that the PCU has two equally broken clean-up paths. Fixes: SYS#134
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sysmopcu.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sysmopcu.service b/contrib/sysmopcu.service
index 11e3c8c1..587ca778 100644
--- a/contrib/sysmopcu.service
+++ b/contrib/sysmopcu.service
@@ -3,7 +3,7 @@ Description=sysmocom sysmoPCU
[Service]
Type=simple
-ExecStart=/usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg
+ExecStart=/usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg -e
Restart=always
RestartSec=5