-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,5 +56,28 @@ Do timeouts based on total session time--not idle time. (hard) | |
.B -L yes/no | ||
If set to "yes" activities will be written to the logfile if | ||
present. | ||
.SH NOTES | ||
There is no autolog daemon. To activate the functionality, autolog | ||
has to be called periodically. This is usually done by cron. | ||
.SH EXAMPLE | ||
Run autolog dryrun to check configured kill candidates. | ||
.IP | ||
\f(CW$ autolog -d -n\fR | ||
.PP | ||
Example crontab line for autolog execution. | ||
.IP | ||
\f(CW0,10,20,30,40,50 * * * * /usr/sbin/autolog\fR | ||
.SH FILES | ||
.PD 0 | ||
.TP 20 | ||
.I /etc/autolog.conf | ||
Configuration file for the autolog command. | ||
.PD | ||
.SH SEE ALSO | ||
.BR autolog.conf (5) | ||
.SH AUTHOR | ||
.PD 0 | ||
Kyle Bateman <[email protected]> | ||
.PP | ||
Alexander Bergmann <[email protected]> | ||
.PD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,6 +77,11 @@ to the logfile (if it exists). | |
name=guest idle=5 grace=60 nomail hard warn | ||
group=lynx-.* idle=10 grace=60 clear | ||
idle=60 grace=30 | ||
|
||
.SH SEE ALSO | ||
.BR autolog (8) | ||
.SH AUTHOR | ||
.PD 0 | ||
Kyle Bateman <[email protected]> | ||
.PP | ||
Alexander Bergmann <[email protected]> | ||
.PD |