diff options
| -rw-r--r-- | debian/frr.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/frr.postinst b/debian/frr.postinst index a6dff333aa..dac2fa0f05 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 |
