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

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

[Install]
WantedBy=multi-user.target