fix osmo-smlc.service: drop unknown '-s' command line argument

Change-Id: I3804fea29e06280f12b62e8c27d2a0ba4aafa7a0
This commit is contained in:
Harald Welte 2020-10-22 16:02:26 +02:00
parent dbf98d5433
commit 8b6341b02f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Description=Osmocom Serving Mobile Location Center (SMLC)
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-smlc -c /etc/osmocom/osmo-smlc.cfg -s
ExecStart=/usr/bin/osmo-smlc -c /etc/osmocom/osmo-smlc.cfg
RestartSec=2
[Install]