aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-hnbgw.service
blob: 7aca29fd45b6aeaf6df6407a1828cc8c6a3f4c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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