aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/systemd/osmo-bsc.service
blob: eb6cacbd3af986563d1fce465b92a4a78cc6de72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=OpenBSC BSC
Requires=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