mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 22:12:43 +00:00
Added 'xuser' class entry point for X users (who need more resources).
Increased default procs/file handles so that man will work in more situations. Other suggestions welcome, btw.
This commit is contained in:
parent
9abd8172b6
commit
4387f78ffa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21538
@ -9,7 +9,7 @@
|
||||
# This file controls resource limits, accounting limits and
|
||||
# default user environment settings.
|
||||
#
|
||||
# $Id$
|
||||
# $Id: login.conf,v 1.1 1997/01/11 06:47:56 davidn Exp $
|
||||
#
|
||||
|
||||
|
||||
@ -55,7 +55,7 @@ standard:\
|
||||
:welcome=/etc/motd:\
|
||||
:setenv=MAIL=/var/mail/$ BLOCKSIZE=K EDITOR=/usr/bin/ee:\
|
||||
:path=~/bin /bin /usr/bin /usr/local/bin:\
|
||||
:manpath=/usr/share/man /usr/X11R6/man /usr/local/man:\
|
||||
:manpath=/usr/share/man /usr/local/man:\
|
||||
:nologin=/etc/nologin:\
|
||||
:coredumpsize=8M:\
|
||||
:cputime=1h30m:\
|
||||
@ -65,13 +65,26 @@ standard:\
|
||||
:memorylocked=4M:\
|
||||
:memoryuse=8M:\
|
||||
:openfiles=24:\
|
||||
:maxproc=26:\
|
||||
:priority=4:\
|
||||
:maxproc=32:\
|
||||
:priority=0:\
|
||||
:requirehome:\
|
||||
:umask=002:\
|
||||
:ignoretime@:\
|
||||
:tc=default:
|
||||
|
||||
#
|
||||
# users of X (needs more resources!)
|
||||
#
|
||||
xuser:\
|
||||
:manpath=/usr/share/man /usr/X11R6/man /usr/local/man:\
|
||||
:cputime=4M:\
|
||||
:stacksize=4M:\
|
||||
:filesize=8M:\
|
||||
:memoryuse=12M:\
|
||||
:openfiles=32:\
|
||||
:maxproc=48:\
|
||||
:tc=standard:
|
||||
|
||||
|
||||
#
|
||||
# Staff users - few restrictions and allow login anytime
|
||||
|
Loading…
Reference in New Issue
Block a user