aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-bts-lc15.service
blob: 7c511100da3529439f416a59437a720a5e70443a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=osmo-bts for LC15 / sysmoBTS 2100

[Service]
Type=simple
ExecStart=/usr/bin/osmo-bts-lc15 -t 2 -s -c /etc/osmocom/osmo-bts-lc15.cfg -M
RuntimeDirectory=osmo-bts
Restart=always
RestartSec=2
RestartPreventExitStatus=1

# The msg queues must be read fast enough
CPUSchedulingPolicy=rr
CPUSchedulingPriority=1

[Install]
WantedBy=multi-user.target
Alias=osmo-bts.service