Files
osmo-ggsn/contrib/systemd/osmo-ggsn.service
Pau Espin Pedrol 381b723543 Install systemd services with autotools
Change-Id: I563559f5b501eded44efafc60bb0c9ffdea20b3e
2018-09-10 16:10:05 +02:00

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