mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn.git
synced 2025-10-23 08:22:07 +00:00
14 lines
228 B
Desktop File
14 lines
228 B
Desktop File
[Unit]
|
|
Description=OsmoGGSN
|
|
After=networking.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/usr/bin/osmo-ggsn -c /etc/osmocom/osmo-ggsn.cfg
|
|
RestartSec=2
|
|
RestartPreventExitStatus=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|