aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-gtphub.service
blob: 488178584364a1b97aa720e07f9d4930c6181357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Osmocom GTP Hub

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

[Install]
WantedBy=multi-user.target