diff options
Diffstat (limited to 'debian/strongswan-starter.postinst')
-rw-r--r-- | debian/strongswan-starter.postinst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/strongswan-starter.postinst b/debian/strongswan-starter.postinst index 32bf86ffc..52e895a88 100644 --- a/debian/strongswan-starter.postinst +++ b/debian/strongswan-starter.postinst @@ -292,8 +292,7 @@ EOF #fi # create user for strongswan to change its uid into - # disabled until this can be kept in sync with build-time uid - #setup_strongswan_user + setup_strongswan_user if [ -z "$2" ]; then # no old configured version - start strongswan now |