# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-06-01 06:28+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYSTEMD-POWEROFF\\&.SERVICE" msgstr "" #. type: TH #: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "systemd 255" msgstr "" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "systemd-poweroff.service" msgstr "" #. ----------------------------------------------------------------- #. * MAIN CONTENT STARTS HERE * #. ----------------------------------------------------------------- #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "systemd-poweroff.service, systemd-halt.service, systemd-reboot.service, " "systemd-kexec.service, systemd-shutdown - System shutdown logic" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "systemd-poweroff\\&.service" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "systemd-halt\\&.service" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "systemd-reboot\\&.service" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "systemd-kexec\\&.service" msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-shutdown" msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/system-shutdown/" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "systemd-poweroff\\&.service is a system service that is pulled in by " "poweroff\\&.target and is responsible for the actual system power-off " "operation\\&. Similarly, systemd-halt\\&.service is pulled in by halt\\&." "target, systemd-reboot\\&.service by reboot\\&.target and systemd-kexec\\&." "service by kexec\\&.target to execute the respective actions\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "When these services are run, they ensure that PID 1 is replaced by the /usr/" "lib/systemd/systemd-shutdown tool which is then responsible for the actual " "shutdown\\&. Before shutting down, this binary will try to unmount all " "remaining file systems (or at least remount them read-only), disable all " "remaining swap devices, detach all remaining storage devices and kill all " "remaining processes\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "It is necessary to have this code in a separate binary because otherwise " "rebooting after an upgrade might be broken\\ \\&\\(em the running PID 1 " "could still depend on libraries which are not available any more, thus " "keeping the file system busy, which then cannot be re-mounted read-only\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "Shortly before executing the actual system power-off/halt/reboot/kexec " "systemd-shutdown will run all executables in /usr/lib/systemd/system-" "shutdown/ and pass one arguments to them: either \"poweroff\", \"halt\", " "\"reboot\", or \"kexec\", depending on the chosen action\\&. All executables " "in this directory are executed in parallel, and execution of the action is " "not continued before all executables finished\\&. Note that these " "executables are run I all services have been shut down, and after " "most mounts have been unmounted (the root file system as well as /run/ and " "various API file systems are still around though)\\&. This means any " "programs dropped into this directory must be prepared to run in such a " "limited execution environment and not rely on external services or " "hierarchies such as /var/ to be around (or writable)\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Note that systemd-poweroff\\&.service (and the related units) should never " "be executed directly\\&. Instead, trigger system shutdown with a command " "such as \"systemctl poweroff\"\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Another form of shutdown is provided by the B(8) functionality\\&. It reboots only the OS userspace, leaving the " "kernel, firmware, and hardware as it is\\&." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B(1), B(1), B(7), B(2), " "B(8), B(8), " "B(7)" msgstr "" #. type: TH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "systemd 254" msgstr "" #. type: Plain text #: debian-bookworm msgid "/lib/systemd/systemd-shutdown" msgstr "" #. type: Plain text #: debian-bookworm msgid "/lib/systemd/system-shutdown/" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "When these services are run, they ensure that PID 1 is replaced by the /lib/" "systemd/systemd-shutdown tool which is then responsible for the actual " "shutdown\\&. Before shutting down, this binary will try to unmount all " "remaining file systems (or at least remount them read-only), disable all " "remaining swap devices, detach all remaining storage devices and kill all " "remaining processes\\&." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Shortly before executing the actual system power-off/halt/reboot/kexec " "systemd-shutdown will run all executables in /lib/systemd/system-shutdown/ " "and pass one arguments to them: either \"poweroff\", \"halt\", \"reboot\", " "or \"kexec\", depending on the chosen action\\&. All executables in this " "directory are executed in parallel, and execution of the action is not " "continued before all executables finished\\&. Note that these executables " "are run I all services have been shut down, and after most mounts " "have been detached (the root file system as well as /run/ and various API " "file systems are still around though)\\&. This means any programs dropped " "into this directory must be prepared to run in such a limited execution " "environment and not rely on external services or hierarchies such as /var/ " "to be around (or writable)\\&." msgstr "" #. type: TH #: debian-unstable fedora-rawhide #, no-wrap msgid "systemd 256~rc3" msgstr "" #. type: Plain text #: fedora-40 opensuse-leap-15-6 msgid "" "Shortly before executing the actual system power-off/halt/reboot/kexec " "systemd-shutdown will run all executables in /usr/lib/systemd/system-" "shutdown/ and pass one arguments to them: either \"poweroff\", \"halt\", " "\"reboot\", or \"kexec\", depending on the chosen action\\&. All executables " "in this directory are executed in parallel, and execution of the action is " "not continued before all executables finished\\&. Note that these " "executables are run I all services have been shut down, and after " "most mounts have been detached (the root file system as well as /run/ and " "various API file systems are still around though)\\&. This means any " "programs dropped into this directory must be prepared to run in such a " "limited execution environment and not rely on external services or " "hierarchies such as /var/ to be around (or writable)\\&." msgstr ""