auto upgrade hlr.db in the service file

Change-Id: Icd3af5160e6d8f31fed5e84055fbb09322c54c2b
This commit is contained in:
Neels Hofmeyr
2018-12-29 04:17:14 +01:00
parent b984a6c995
commit 80b7fe759f

View File

@@ -5,7 +5,7 @@ Documentation=https://osmocom.org/projects/osmo-hlr/wiki/OsmoHLR
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-hlr -c /etc/osmocom/osmo-hlr.cfg -l /var/lib/osmocom/hlr.db
ExecStart=/usr/bin/osmo-hlr -U -c /etc/osmocom/osmo-hlr.cfg -l /var/lib/osmocom/hlr.db
RestartSec=2
[Install]