aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-sgsn.service
blob: 5fcb22623e967a40ddffa326780fa0d0667511a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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
ExecStopPost=/usr/local/bin/save_log_tail osmo-sgsn

[Install]
WantedBy=multi-user.target