systemd service file: Stop using deprecated '-e' option

In commit 6d8884de49 in 2014, we
made the '-e' command line option deprecated.  Stop using it from the
systemd srevice file.

Change-Id: I322cadbee8980b78fff2984765c4b0216c50412e
Related: SYS#2749
This commit is contained in:
Harald Welte 2016-06-30 19:11:49 +02:00
parent d32aa03520
commit 899d36d813
1 changed files with 1 additions and 1 deletions

View File

@ -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