aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/systemd/osmo-bsc.service
blob: 4047fef48371b3bcfb401d27724233e9ea01cb6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=OpenBSC BSC
Wants=osmo-bsc-mgcp.service

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

[Install]
WantedBy=multi-user.target