summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2018-12-21 20:06:25 +0100
committerDavid Lamparter <equinox@diac24.net>2019-02-19 21:34:08 +0100
commit9ada5eadc6c55cc9e306af072a522b7f984565a8 (patch)
tree5be8bd67bf790677c677319db1ff8796e4fadd53 /debian
parentdoc: Fix path and order in debian package build doc (diff)
downloadfrr-9ada5eadc6c55cc9e306af072a522b7f984565a8.tar.xz
frr-9ada5eadc6c55cc9e306af072a522b7f984565a8.zip
debian: Don't create homdirectory for frr user
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/frr.postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/frr.postinst b/debian/frr.postinst
index a6dff333a..dac2fa0f0 100644
--- a/debian/frr.postinst
+++ b/debian/frr.postinst
@@ -12,6 +12,7 @@ adduser \
--ingroup frr \
--home /nonexistent \
--gecos "Frr routing suite" \
+ --no-create-home \
frr
usermod -a -G frrvty frr