mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 21:43:32 +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