aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-12-29 04:17:14 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-12-23 18:02:35 +0100
commitd0105c298eaa0a6888ecc2135195a6bfe815c1f6 (patch)
tree4170bec918842ed1f851f52ba88bae50590e8b66
parent1d5a59a2c7c1968b4c6712723957ba7a2f2f36dd (diff)
auto upgrade hlr.db in the service file
-rw-r--r--contrib/systemd/osmo-hlr.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/systemd/osmo-hlr.service b/contrib/systemd/osmo-hlr.service
index 2eea0c4..9649d42 100644
--- a/contrib/systemd/osmo-hlr.service
+++ b/contrib/systemd/osmo-hlr.service
@@ -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]