From 899d36d8131465743f55aa9aef6500e085eb8fb7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 30 Jun 2016 19:11:49 +0200 Subject: 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 --- contrib/sysmopcu.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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 -- cgit v1.2.3