LVE limits for non cpanel users?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lgiparadise
    Junior Member
    Forum Explorer
    • Mar 2021
    • 16

    #1

    LVE limits for non cpanel users?

    Is there a way to create new LVE limits package for non cpanel users?

    Or is there a way to exclude specific non-cpanel account system users from LVE limits?

    I created a new user for rsync from the ssh prompt with useradd, but found this user was impacted by the default package LVE limits.
  • apb
    Senior Member
    • Feb 2018
    • 386

    #2
    Hi,

    To accomplish this, create a user with uid<UID_MIN from /etc/login.defs
    UID_MIN is 1000 by default (500 in CL OS 6)

    Comment

    Working...