mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
systemd: Add service for the osmo-sgsn
Fixes: SYS#175
This commit is contained in:
8
openbsc/contrib/systemd/osmo-sgsn.service
Normal file
8
openbsc/contrib/systemd/osmo-sgsn.service
Normal 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
|
Reference in New Issue
Block a user