mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-29 10:01:12 +00:00
54 lines
1.8 KiB
Groff
54 lines
1.8 KiB
Groff
'\" t
|
|
.TH "SYSTEMD\-HIBERNATE\-RESUME\-GENERATOR" "8" "" "systemd 219" "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)
|