aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-hlr.service
blob: 64e369d2842837eadbeff364793b05d5dde60260 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Osmocom Home Location Register (OsmoHLR)

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-hlr -c /etc/osmocom/osmo-hlr.cfg -l /var/lib/osmocom/hlr.db
RestartSec=2

[Install]
WantedBy=multi-user.target