summaryrefslogtreecommitdiff
path: root/man/systemd-hibernate-resume-generator.8
blob: 048c2861e258262b741320f3a7eb7982ca0e6487 (plain)
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
53
'\" t
.TH "SYSTEMD\-HIBERNATE\-RESUME\-GENERATOR" "8" "" "systemd 221" "systemd-hibernate-resume-generator"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
systemd-hibernate-resume-generator \- Unit generator for resume= kernel parameter
.SH "SYNOPSIS"
.PP
/usr/lib/systemd/system\-generators/systemd\-hibernate\-resume\-generator
.SH "DESCRIPTION"
.PP
systemd\-hibernate\-resume\-generator
is a generator that instantiates
\fBsystemd-hibernate-resume@.service\fR(8)
unit according to the value of
\fBresume=\fR
parameter specified on the kernel command line\&.
.SH "KERNEL COMMAND LINE"
.PP
systemd\-hibernate\-resume\-generator
understands the following kernel command line parameters:
.PP
\fIresume=\fR
.RS 4
Takes a path to the resume device\&. Both persistent block device paths like
/dev/disk/by\-foo/bar
and
\fBfstab\fR(5)\-style specifiers like
"FOO=bar"
are supported\&.
.RE
.SH "SEE ALSO"
.PP
\fBsystemd\fR(1),
\fBsystemd-hibernate-resume@.service\fR(8),
\fBkernel-command-line\fR(7)