[go: up one dir, main page]

File: autolog.conf.debug

package info (click to toggle)
autolog 0.40-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 280 kB
  • ctags: 101
  • sloc: ansic: 833; sh: 86; makefile: 58
file content (50 lines) | stat: -rw-r--r-- 1,762 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
# This is the config-file, I (CJ) do use for debugging.
# ====================================================
#
# Enter a regular expression for the username, group and tty line.
# All three expressions must be matched before the rest of the line will 
# be applied to any process.

# If the process has been idle (or connected) more than "idle" minutes,
#    autolog will attempt to kill the process.
# If idle<0, the process is exempt.
# If idle=0, the users must not be idle for to long :) -> debugging
# If "nowarn" is asserted, the user will
#    not be warned that it is about to be killed.
# After "grace" seconds, autolog will attempt to kill the process.
# If "mail" is asserted, mail will be sent to the user
#     telling how his process met its end.
# If "hard is asserted, the process will be killed
#     after "idle" minutes of total session time (rather than idle time).
# ban=xx: A user extending his session-limit will be banned for xx minutes.

name=ppp-.*	idle=-1 line=ttyS2
line=pty.*	idle=30 grace=30 nomail nolog
group=games	idle=10 grace=60
group=lynx.*	idle=10 grace=60 clear

# protected users
name=root	idle=-1

# idle - limits
group=student	idle=15 grace=180

# session - limits
group=users	idle=0 grace=02      hard ban=1 clear
name=guest	idle=60 grace=60       hard ban=5  clear

# This makes it possible to change the options...
#      make sure, ps with its options returns one heading-line
#      and lines beginning with: USERNAME PID
#       e.g.: cj        2568
#       or  : cj        2568  0.0  0.0  1944    0 pts/2 ..... [telnet]
#      No spaces or tabs before this option, please.
# ps=ps -ef
# ps=ps -aux
# ps=ps ax o user o pid

# To stop autolog from killing lost processes, umcomment the next line.
# nolostkill