aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-06-30 19:11:49 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-30 19:14:49 +0200
commit899d36d8131465743f55aa9aef6500e085eb8fb7 (patch)
tree3d16b6003a02cee27fca08552a62f7442cfb7d6b /contrib
parentd32aa035209364429e8e756724fb17085bdd587c (diff)
systemd service file: Stop using deprecated '-e' option
In commit 6d8884de490d09902e9e31a90bab9ef490ef5d82 in 2014, we made the '-e' command line option deprecated. Stop using it from the systemd srevice file. Change-Id: I322cadbee8980b78fff2984765c4b0216c50412e Related: SYS#2749
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 d4585cca..3e3ff071 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 -e
+ExecStart=/usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg
Restart=always
RestartSec=2
RestartPreventExitStatus=1