aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-bsc.service
blob: a345c474e683158a07173bffae56f2d3be8d109e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Osmocom Base Station Controller (BSC)
Wants=osmo-mgw.service
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
Restart=always
StateDirectory=osmocom
WorkingDirectory=%S/osmocom
ExecStart=/usr/bin/osmo-bsc -c /etc/osmocom/osmo-bsc.cfg -s
RestartSec=2

[Install]
WantedBy=multi-user.target