aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/systemd/osmo-sgsn.service
blob: bf6a8e09846f5686b5fd3ed3d1924ac3337a2a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=OpenBSC SGSN
Wants=osmo-hlr.service
After=osmo-hlr.service
After=osmo-hnbgw.service

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

[Install]
WantedBy=multi-user.target