]> git.proxmox.com Git - systemd.git/blob - man/systemd-hibernate-resume@.service.8
Imported Upstream version 217
[systemd.git] / man / systemd-hibernate-resume@.service.8
1 '\" t
2 .TH "SYSTEMD\-HIBERNATE\-RESUME@\&.SERVICE" "8" "" "systemd 217" "systemd-hibernate-resume@.service"
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@.service, systemd-hibernate-resume \- Resume from hibernation
24 .SH "SYNOPSIS"
25 .PP
26 systemd\-hibernate\-resume@\&.service
27 .PP
28 /usr/lib/systemd/systemd\-hibernate\-resume
29 .SH "DESCRIPTION"
30 .PP
31 systemd\-hibernate\-resume@\&.service
32 initiates the resume from hibernation\&. It is instantiated with the device to resume from as the template argument\&.
33 .PP
34 systemd\-hibernate\-resume
35 only supports the in\-kernel hibernation implementation, known as
36 \m[blue]\fBswsusp\fR\m[]\&\s-2\u[1]\d\s+2\&. Internally, it works by writing the major:minor of specified device node to
37 /sys/power/resume\&.
38 .PP
39 Failing to initiate a resume is not an error condition\&. It may mean that there was no resume image (e\&. g\&. if the system has been simply powered off and not hibernated)\&. In such case, the boot is ordinarily continued\&.
40 .SH "SEE ALSO"
41 .PP
42 \fBsystemd\fR(1),
43 \fBsystemd-hibernate-resume-generator\fR(8)
44 .SH "NOTES"
45 .IP " 1." 4
46 swsusp
47 .RS 4
48 \%https://www.kernel.org/doc/Documentation/power/swsusp.txt
49 .RE