aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/systemd/osmo-gbproxy.service
blob: a0b7829dbea1b8b004c2694026121cbed4f4d638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Osmocom Gb proxy

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

[Install]
WantedBy=multi-user.target