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

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

[Install]
WantedBy=multi-user.target