aboutsummaryrefslogtreecommitdiffstats
path: root/debian/osmo-bts-virtual.service
blob: 16332669cce2de08331ca16fe614bfc6240e13ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Osmocom GSM BTS for virtual Um layer based on GSMTAP/UDP

[Service]
Type=simple
ExecStart=/usr/bin/osmo-bts-virtual -s -c /etc/osmocom/osmo-bts-virtual.cfg
Restart=always
RestartSec=2

# Let it process messages quickly enough
CPUSchedulingPolicy=rr
CPUSchedulingPriority=1

[Install]
WantedBy=multi-user.target