]> git.proxmox.com Git - systemd.git/blame - man/systemd-system-update-generator.8
Imported Upstream version 220
[systemd.git] / man / systemd-system-update-generator.8
CommitLineData
14228c0d 1'\" t
e3bff60a 2.TH "SYSTEMD\-SYSTEM\-UPDATE\-GENERATOR" "8" "" "systemd 220" "systemd-system-update-generator"
14228c0d
MB
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"
23systemd-system-update-generator \- Generator for redirecting boot to offline update mode
24.SH "SYNOPSIS"
25.PP
26/usr/lib/systemd/system\-generators/systemd\-system\-update\-generator
27.SH "DESCRIPTION"
28.PP
29systemd\-system\-update\-generator
30is a generator that automatically redirects the boot process to
31system\-update\&.target
32if
33/system\-update
34exists\&. This is required to implement the logic explained in the
35\m[blue]\fBSystem Updates Specification\fR\m[]\&\s-2\u[1]\d\s+2\&.
36.PP
37systemd\-system\-update\-generator
e3bff60a
MP
38implements
39\fBsystemd.generator\fR(7)\&.
14228c0d
MB
40.SH "SEE ALSO"
41.PP
42\fBsystemd\fR(1),
43\fBsystemd.special\fR(7)
44.SH "NOTES"
45.IP " 1." 4
46System Updates Specification
47.RS 4
48\%http://freedesktop.org/wiki/Software/systemd/SystemUpdates
49.RE