aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-sgsn.service
blob: 0991c70c620d6897c5f50120443bf83bc3ae4868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Osmocom SGSN (Serving GPRS Support Node)
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