aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-12-29 04:17:14 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-08-20 04:41:06 +0200
commit80b7fe759f371ded75e5c6f7714a66e08a004455 (patch)
treecf11c42f27d7074cfd130071174d497e71741272
parentb984a6c995395fe735931085c246a0d9dff4b975 (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]