[PATCH] osmo-pcu[master]: systemd service file: Stop using deprecated '-e' option

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Jun 30 17:14:58 UTC 2016


Review at  https://gerrit.osmocom.org/438

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
---
M contrib/sysmopcu.service
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/38/438/1

diff --git a/contrib/sysmopcu.service b/contrib/sysmopcu.service
index d4585cc..3e3ff07 100644
--- a/contrib/sysmopcu.service
+++ b/contrib/sysmopcu.service
@@ -3,7 +3,7 @@
 
 [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

-- 
To view, visit https://gerrit.osmocom.org/438
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I322cadbee8980b78fff2984765c4b0216c50412e
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list