]> git.proxmox.com Git - systemd.git/blob - man/systemd-hibernate-resume-generator.8
Imported Upstream version 220
[systemd.git] / man / systemd-hibernate-resume-generator.8
1 '\" t
2 .TH "SYSTEMD\-HIBERNATE\-RESUME\-GENERATOR" "8" "" "systemd 220" "systemd-hibernate-resume-generator"
3 .\" -----------------------------------------------------------------
4 .\" * Define some portability stuff
5 .\" -----------------------------------------------------------------
6 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 .\" http://bugs.debian.org/507673
8 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 .ie \n(.g .ds Aq \(aq
11 .el .ds Aq '
12 .\" -----------------------------------------------------------------
13 .\" * set default formatting
14 .\" -----------------------------------------------------------------
15 .\" disable hyphenation
16 .nh
17 .\" disable justification (adjust text to left margin only)
18 .ad l
19 .\" -----------------------------------------------------------------
20 .\" * MAIN CONTENT STARTS HERE *
21 .\" -----------------------------------------------------------------
22 .SH "NAME"
23 systemd-hibernate-resume-generator \- Unit generator for resume= kernel parameter
24 .SH "SYNOPSIS"
25 .PP
26 /usr/lib/systemd/system\-generators/systemd\-hibernate\-resume\-generator
27 .SH "DESCRIPTION"
28 .PP
29 systemd\-hibernate\-resume\-generator
30 is a generator that instantiates
31 \fBsystemd-hibernate-resume@.service\fR(8)
32 unit according to the value of
33 \fBresume=\fR
34 parameter specified on the kernel command line\&.
35 .SH "KERNEL COMMAND LINE"
36 .PP
37 systemd\-hibernate\-resume\-generator
38 understands the following kernel command line parameters:
39 .PP
40 \fIresume=\fR
41 .RS 4
42 Takes a path to the resume device\&. Both persistent block device paths like
43 /dev/disk/by\-foo/bar
44 and
45 \fBfstab\fR(5)\-style specifiers like
46 "FOO=bar"
47 are supported\&.
48 .RE
49 .SH "SEE ALSO"
50 .PP
51 \fBsystemd\fR(1),
52 \fBsystemd-hibernate-resume@.service\fR(8),
53 \fBkernel-command-line\fR(7)