Files
osmo-cbc/contrib/systemd/osmo-cbc.service
Harald Welte 63b7905fa3 Initial (building) start of OsmoCBC (Cell Broadcast Centre)
this is far from doing anything useful yet. Stay tuned.

Change-Id: I64a6833ce068db60d713d0fa318a1d8093e37be9
2019-05-06 23:15:23 +02:00

12 lines
204 B
Desktop File

[Unit]
Description=Osmocom CBC (Cell Broadcasting Centre)
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-cbc -c /etc/osmocom/osmo-cbc.cfg
RestartSec=2
[Install]
WantedBy=multi-user.target