-
Notifications
You must be signed in to change notification settings - Fork 10
/
prelockd.8
52 lines (52 loc) · 1.23 KB
/
prelockd.8
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
51
52
.\" Automatically generated by Pandoc 1.17.2
.\"
.TH "prelockd" "8" "" "" "Linux System Administrator\[aq]s Manual"
.hy
.SH NAME
.PP
prelockd \- Daemon that locks memory mapped binaries and libraries in
memory to improve system responsiveness under low\-memory conditions.
.SH SYNOPSIS
.PP
\f[B]prelockd\f[] [\f[B]OPTION\f[]]...
.SH DESCRIPTION
.PP
prelockd is a daemon that locks memory mapped executables and shared
libraries in memory to improve system responsiveness under low\-memory
conditions.
.SH COMMAND\-LINE OPTIONS
.SS \-c CONFIG
.PP
path to config file
.SS \-r
.PP
remove dumped snapshots
.SH FILES
.SS :SYSCONFDIR:/prelockd.conf
.PP
path to configuration file
.SS :DATADIR:/prelockd/prelockd.conf
.PP
path to file with \f[I]default\f[] prelockd.conf values
.SH RESTORE DEFAULT CONFIG
.PP
To resore config file with default values execute
.IP
.nf
\f[C]
sudo\ cp\ :DATADIR:/prelockd/prelockd.conf\ :SYSCONFDIR:/prelockd.conf
\f[]
.fi
.SH HOW TO CONFIGURE
.PP
Edit the config and restart the service.
.SH REPORTING BUGS
.PP
Feel free to ask any questions and report bugs at
<https://github.com/hakavlad/prelockd/issues>.
.SH AUTHOR
.PP
Written by Alexey Avramov <[email protected]>.
.SH HOMEPAGE
.PP
Homepage is <https://github.com/hakavlad/prelockd>.