systemd: Add service for the osmo-sgsn

Fixes: SYS#175
This commit is contained in:
Holger Hans Peter Freyther 2014-03-21 17:43:19 +01:00
parent 2826cb58bb
commit ebe55aa95a
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[Unit]
Description=OpenBSC SGSN
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-sgsn -c /etc/osmocom/osmo-sgsn.cfg
RestartSec=2