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

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

[Install]
WantedBy=multi-user.target