aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2022-09-09 22:23:58 +0700
committerOliver Smith <osmith@sysmocom.de>2024-04-24 11:52:09 +0200
commita26abc6aa87477b8bc7425558f8acaaee7d7d49d (patch)
tree5f61be0fa3967e981c8493fdbc2cd8b7dff37501 /debian/control
parentda4fc0eab98b351b97003125b021882d333a1073 (diff)
.deb/.rpm: add osmocom user during package install
Created osmocom user & group during package installation. Fix the configuration dir/files permission to match. Related: OS#4107 Tweaked-By: Oliver Smith <osmith@sysmocom.de> Change-Id: I625c993ab03dfe32976c651acca9c35c33a768e7
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index ec234a3..56457c9 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Homepage: https://projects.osmocom.org/projects/osmo-hlr
Package: osmo-hlr
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: Osmocom Home Location Register
OsmoHLR is a Osmocom implementation of HLR (Home Location Registrar) which
works over GSUP protocol. The subscribers are store in sqlite DB.