osmo-smlc/contrib/systemd/osmo-smlc.service

12 lines
216 B
SYSTEMD

[Unit]
Description=Osmocom Serving Mobile Location Center (SMLC)
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-smlc -c /etc/osmocom/osmo-smlc.cfg -s
RestartSec=2
[Install]
WantedBy=multi-user.target