Add osmo-gtphub systemd service file

Change-Id: I7ecfc9aa55611ae9975e5ef8c0716dae7598524c
This commit is contained in:
Pau Espin 2018-09-06 15:15:28 +02:00
parent 84c6ec6f17
commit 5262ceca72
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,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

1
debian/osmo-gtphub.service vendored Symbolic link
View File

@ -0,0 +1 @@
../contrib/systemd/osmo-gtphub.service