diff --git a/Makefile-man.am b/Makefile-man.am index a8d418fda6d..4ebc76837e5 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -601,6 +601,17 @@ man/systemd-user.conf.html: man/systemd-system.conf.html $(html-alias) +if ENABLE_BACKLIGHT +MANPAGES += \ + man/systemd-backlight@.service.8 +MANPAGES_ALIAS += \ + man/systemd-backlight.8 +man/systemd-backlight.8: man/systemd-backlight@.service.8 +man/systemd-backlight.html: man/systemd-backlight@.service.html + $(html-alias) + +endif + if ENABLE_BINFMT MANPAGES += \ man/binfmt.d.5 \ diff --git a/man/systemd-backlight@.service.xml b/man/systemd-backlight@.service.xml new file mode 100644 index 00000000000..f2f54728a3f --- /dev/null +++ b/man/systemd-backlight@.service.xml @@ -0,0 +1,73 @@ + + + + + + + + systemd-backlight@.service + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-backlight@.service + 8 + + + + systemd-backlight@.service + systemd-backlight + Load and save the display backlight brightness at boot and shutdown + + + + systemd-backlight@.service + /usr/lib/systemd/systemd-backlight + + + + Description + + systemd-backlight@.service + is a service that restores the display backlight + brightness at early-boot and saves it at shutdown. On + disk the backlight brightness is stored in + /var/lib/backlight/. Note that by + default only firmware backlight devices are + saved/restored. + + + + See Also + + systemd1 + + + +