aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-bts-virtual.service
blob: 877181b71f0ca3d27fefc146f6e6d2d2a2d8a356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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
StateDirectory=osmocom
WorkingDirectory=%S/osmocom
Restart=always
RestartSec=2

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

[Install]
WantedBy=multi-user.target