lc15bts-mgr: separate service file

The sysmobts- and lc15bts- mgr have different semantics for the same
command line option (-n: writing to EEPROM vs writing  to ROM). and
different default value. Hence it make sense to use separate files,
similar to osmo-bts-*.service

Change-Id: I645a81e30d7146ff26720391db763b6d585037e6
Related: SYS#3728
This commit is contained in:
Max 2017-07-21 17:12:17 +02:00
parent 0e9dadc3d8
commit 8785978c37
2 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,12 @@
[Unit]
Description=osmo-bts manager for LC15 / sysmoBTS 2100
[Service]
Type=simple
ExecStart=/usr/bin/lc15bts-mgr -s -c /etc/osmocom/lc15bts-mgr.cfg
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target
Alias=osmo-bts-mgr.service

View File

@ -1,9 +1,9 @@
[Unit]
Description=osmo-bts manager for %p
Description=osmo-bts manager for sysmoBTS
[Service]
Type=simple
ExecStart=/usr/bin/sysmobts-mgr -ns -c /etc/osmocom/%p.cfg
ExecStart=/usr/bin/sysmobts-mgr -ns -c /etc/osmocom/sysmobts-mgr.cfg
Restart=always
RestartSec=2