osmo-hnbgw/contrib/systemd/osmo-hnbgw.service

12 lines
208 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Osmocom Home Nodeb Gateway (OsmoHNBGW)
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-hnbgw -c /etc/osmocom/osmo-hnbgw.cfg
RestartSec=2
[Install]
WantedBy=multi-user.target