systemctl-*: don't redirect more info link (#20693)

This commit is contained in:
Managor
2026-01-12 17:45:53 +02:00
committed by GitHub
parent dc55fd2673
commit 9ade688459
67 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl cancel
> Cancel one or more pending jobs in the system manager or user manager.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#cancel%20JOB%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#cancel%20JOB%E2%80%A6>.
- Cancel a job by its numeric ID:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl cat
> Show the full contents of unit files as systemd sees them.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#cat%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#cat%20PATTERN%E2%80%A6>.
- Show the contents and absolute path of a unit file:
+1 -1
View File
@@ -2,7 +2,7 @@
> Reexecute systemd while preserving current unit states.
> See also: `systemctl daemon-reload`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#daemon-reexec>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#daemon-reexec>.
- Reexecute systemd:
+1 -1
View File
@@ -3,7 +3,7 @@
> Reload systemd manager configuration.
> Use this after creating, modifying, or deleting unit files.
> See also: `systemctl reload`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#daemon-reload>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#daemon-reload>.
- Reload systemd to apply changes in unit files:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl default
> Enter system default mode.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#default>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#default>.
- Enter default mode as a blocking operation:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl disable
> Disable systemd services.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#disable%20UNIT%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#disable%20UNIT%E2%80%A6>.
- Stop a service from running on boot:
+1 -1
View File
@@ -2,7 +2,7 @@
> Edit systemd unit files.
> See also: `systemctl revert`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#edit%20UNIT%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#edit%20UNIT%E2%80%A6>.
- Overlay a unit file non-destructively:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl emergency
> Enter emergency mode `emergency.target`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#emergency>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#emergency>.
- Enter emergency mode:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl enable
> Enable systemd services.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#enable%20UNIT%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#enable%20UNIT%E2%80%A6>.
- Enable a service to run on boot:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl exit
> Ask the service manager to quit.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#exit%20EXIT_CODE>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#exit%20EXIT_CODE>.
- Exit the user service manager:
+1 -1
View File
@@ -2,7 +2,7 @@
> Freeze one or more units.
> Frozen units can be resumed with `systemctl thaw`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#freeze%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#freeze%20PATTERN%E2%80%A6>.
- Freeze a specific unit:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl get-default
> Display the default target (runlevel) that the system will boot into.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#get-default>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#get-default>.
- Check the default target on your system:
+1 -1
View File
@@ -2,7 +2,7 @@
> Shut down and halt the system (stop the OS kernel but keep hardware powered on).
> See also: `halt`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#halt>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#halt>.
- Halt the system:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl help
> Show the manual pages for one or more units, or for the unit a process belongs to (by PID).
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#help%20PATTERN%E2%80%A6%7CPID%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#help%20PATTERN%E2%80%A6%7CPID%E2%80%A6>.
- Show the manual page for a specific unit:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl hibernate
> Hibernate the system by saving the current state to disk and powering off.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#hibernate>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#hibernate>.
- Hibernate the system immediately:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl hybrid-sleep
> Put the system into hybrid sleep, which combines suspend-to-RAM and hibernate.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#hybrid-sleep>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#hybrid-sleep>.
- Put the system into hybrid sleep immediately:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl is-active
> Check if one or more systemd units are active.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#is-active%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#is-active%20PATTERN%E2%80%A6>.
- Check whether a unit is active:
+1 -1
View File
@@ -2,7 +2,7 @@
> Check whether unit files are enabled.
> See also: `systemctl enable`, `systemctl disable`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#is-enabled%20UNIT%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#is-enabled%20UNIT%E2%80%A6>.
- Show the enablement state:
+1 -1
View File
@@ -2,7 +2,7 @@
> Check if one or more systemd units have failed.
> See also: `systemctl is-active`, `systemctl status`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#is-failed%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#is-failed%20PATTERN%E2%80%A6>.
- Check if there are any failed units:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl is-system-running
> Check the current state of the system.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#is-system-running>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#is-system-running>.
- Check whether the system is operational and print the current state:
+1 -1
View File
@@ -2,7 +2,7 @@
> Start the specified unit with its dependencies and stop all others.
> Ignores the units which have `IgnoreOnIsolate=yes`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#isolate%20UNIT>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#isolate%20UNIT>.
- Switch to a target (assumed `.target` if no extension provided):
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl kexec
> Reboot the system via kexec.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#kexec>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#kexec>.
- Fast reboot using kexec (if kernel is pre-loaded):
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl kill
> Send a signal to one or more processes of a unit.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#kill%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#kill%20PATTERN%E2%80%A6>.
- Send the `SIGTERM` signal to a unit to terminate it:
+1 -1
View File
@@ -2,7 +2,7 @@
> Link a unit file located outside the unit file search path into the search path.
> See also: `systemctl disable`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#link%20PATH%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#link%20PATH%E2%80%A6>.
- Link a unit file to make it available for systemd commands:
+1 -1
View File
@@ -2,7 +2,7 @@
> List automount units currently in memory, showing mount paths and unit names.
> See also: `systemctl list-units`, `systemctl list-unit-files`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#list-automounts%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-automounts%20PATTERN%E2%80%A6>.
- List automount units currently in memory:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl list-jobs
> List of active systemd jobs that are currently queued or running on the system.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#list-jobs%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-jobs%20PATTERN%E2%80%A6>.
- List all active jobs:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl list-machines
> List the host and all running local virtual machines or containers with their state.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#list-machines%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-machines%20PATTERN%E2%80%A6>.
- Show all machines (host and running containers/VMs):
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl list-paths
> List path units currently in memory, ordered by path.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#list-paths%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-paths%20PATTERN%E2%80%A6>.
- Show all path units currently in memory:
+1 -1
View File
@@ -2,7 +2,7 @@
> List active socket units currently in memory, ordered by listening address.
> See also: `systemctl list-units`, `systemctl list-unit-files`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#list-sockets%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-sockets%20PATTERN%E2%80%A6>.
- List active socket units currently in memory:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl list-timers
> List all active systemd timers.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#list-timers%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-timers%20PATTERN%E2%80%A6>.
- List all active timers:
+1 -1
View File
@@ -2,7 +2,7 @@
> List installed unit files and their enablement states.
> See also: `systemctl list-units`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#list-unit-files%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-unit-files%20PATTERN%E2%80%A6>.
- List installed unit files and their states:
+1 -1
View File
@@ -2,7 +2,7 @@
> List units that systemd currently has in memory.
> See also: `systemctl list-unit-files`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#list-units%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-units%20PATTERN%E2%80%A6>.
- List units which are active, have pending jobs, or have failed:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl log-level
> Get or set the log level of the systemd manager.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#log-level%20[LEVEL]>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#log-level%20%5BLEVEL%5D>.
- Show the current log level of the systemd manager:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl log-target
> Get or set the log target for the systemd manager.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#log-target%20[TARGET]>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#log-target%20%5BTARGET%5D>.
- Show the current log target of the systemd manager:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl mask
> Link units to `/dev/null` so that they cannot be started.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#mask%20UNIT%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#mask%20UNIT%E2%80%A6>.
- Mask a service:
+1 -1
View File
@@ -2,7 +2,7 @@
> Power off the system.
> See also: `poweroff`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#poweroff>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#poweroff>.
- Power off the system:
+1 -1
View File
@@ -2,7 +2,7 @@
> Reset the enablement state of all installed units to the defaults specified in preset policy files.
> See also: `systemctl preset`, `systemctl list-unit-files`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#preset-all>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#preset-all>.
- Reset the enablement state of all installed units:
+1 -1
View File
@@ -2,7 +2,7 @@
> Reset the enablement state of unit files to the defaults specified in preset policy files.
> See also: `systemctl preset-all`, `systemctl list-unit-files`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#preset%20UNIT%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#preset%20UNIT%E2%80%A6>.
- Reset the enablement state to preset defaults:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl reboot
> Reboot the system.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#reboot>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#reboot>.
- Reboot the system:
+1 -1
View File
@@ -2,7 +2,7 @@
> Re-enable one or more units.
> Used when targets of a service change.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#reenable%20UNIT%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#reenable%20UNIT%E2%80%A6>.
- Re-enable a unit, restoring its default symlinks:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl reload-or-restart
> Reload `systemd` unit(s) otherwise restart them.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#reload-or-restart%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#reload-or-restart%20PATTERN%E2%80%A6>.
- Reload or restart a unit:
+1 -1
View File
@@ -2,7 +2,7 @@
> Enter rescue mode.
> See also: `systemctl emergency`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#rescue>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#rescue>.
- Enter rescue mode:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl reset-failed
> Reset the "failed" state of one or more units.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#reset-failed%20%5BPATTERN%E2%80%A6%5D>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#reset-failed%20%5BPATTERN%E2%80%A6%5D>.
- Reset the failed state of all units:
+1 -1
View File
@@ -2,7 +2,7 @@
> Stop and then start one or more systemd units.
> Can be used in place of `systemctl start` on a stopped unit, but `start` is safer so that a running unit isn't accidentally restarted.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#restart%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#restart%20PATTERN%E2%80%A6>.
- Restart a unit:
+1 -1
View File
@@ -2,7 +2,7 @@
> Revert unit files to their vendor versions.
> Undoes the effects of `edit`, `enable`, `disable`, `set-property`, and `mask`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#revert%20UNIT%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#revert%20UNIT%E2%80%A6>.
- Revert unit files to their default settings:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl service-log-level
> Get or set the runtime log level of a service via D-Bus.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#service-log-level%20SERVICE%20%5BLEVEL%5D>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#service-log-level%20SERVICE%20%5BLEVEL%5D>.
- Show the current log level of a service:
+1 -1
View File
@@ -2,7 +2,7 @@
> Get or set the log target for a service.
> Only works for D-Bus integrated services.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#service-log-target%20SERVICE%20[TARGET]>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#service-log-target%20SERVICE%20%5BTARGET%5D>.
- Show the current log target for a service:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl service-watchdogs
> Get or set the global state of service runtime watchdogs.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#service-watchdogs%20[yes|no]>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#service-watchdogs%20%5Byes%7Cno%5D>.
- Show whether service watchdogs are currently enabled:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl set-default
> Symlink the `default.target` alias to the given target unit.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#set-default%20TARGET>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#set-default%20TARGET>.
- Set `systemd`'s default boot mode:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl set-environment
> Set one or more service manager environment variables.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#set-environment%20VARIABLE=VALUE%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#set-environment%20VARIABLE=VALUE%E2%80%A6>.
- Set a single environment variable:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl set-property
> Set the specified unit properties at runtime.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#set-property%20UNIT%20PROPERTY=VALUE%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#set-property%20UNIT%20PROPERTY=VALUE%E2%80%A6>.
- Set a property for a running service:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl show-environment
> Display systemd environment blocks.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#show-environment>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#show-environment>.
- Display the environment block for the system:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl show
> Show properties of units or systemd itself.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#show%20PATTERN%E2%80%A6%7CJOB%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#show%20PATTERN%E2%80%A6%7CJOB%E2%80%A6>.
- Show properties of the system service manager:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl soft-reboot
> Shut down and reboot userspace, leaving the kernel running.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#soft-reboot>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#soft-reboot>.
- Perform a soft reboot immediately:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl start
> Start systemd units.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#start%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#start%20PATTERN%E2%80%A6>.
- Start a unit:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl status
> Display the status of systemd units.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#status%20PATTERN%E2%80%A6%7CPID%E2%80%A6%5D>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#status%20PATTERN%E2%80%A6%7CPID%E2%80%A6%5D>.
- Show the status of a systemd unit:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl stop
> Stop systemd units.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#stop%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#stop%20PATTERN%E2%80%A6>.
- Stop a unit:
@@ -1,7 +1,7 @@
# systemctl suspend-then-hibernate
> Suspend the system, then automatically hibernate after a period of inactivity.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#suspend-then-hibernate>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#suspend-then-hibernate>.
- Suspend the system and hibernate after the configured delay:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl suspend
> Suspend the system.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#suspend>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#suspend>.
- Suspend the system immediately:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl switch-root
> Switch to a new root filesystem and execute a new system manager.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#switch-root%20ROOT%20INIT>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#switch-root%20ROOT%20INIT>.
- Switch to a new root filesystem and execute its default init system:
+1 -1
View File
@@ -2,7 +2,7 @@
> Thaw (resume) one or more frozen units.
> Units can be frozen with `systemctl freeze`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#thaw%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#thaw%20PATTERN%E2%80%A6>.
- Thaw a specific unit:
@@ -1,7 +1,7 @@
# systemctl try-reload-or-restart
> Reload one or more units if they support it; otherwise restart them.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#try-reload-or-restart%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#try-reload-or-restart%20PATTERN%E2%80%A6>.
- Reload or restart a specific unit:
+1 -1
View File
@@ -1,7 +1,7 @@
# systemctl try-restart
> Restart one or more units only if they are currently running.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#try-restart%20PATTERN%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#try-restart%20PATTERN%E2%80%A6>.
- Restart a specific unit if it is running:
+1 -1
View File
@@ -2,7 +2,7 @@
> Unmask units to make them startable again.
> This undoes the effect of `systemctl mask`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#unmask%20UNIT%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#unmask%20UNIT%E2%80%A6>.
- Unmask a service:
+1 -1
View File
@@ -2,7 +2,7 @@
> Unset one or more service manager environment variables.
> This undoes the effect of `systemctl set-environment`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#unset-environment%20VARIABLE%E2%80%A6>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#unset-environment%20VARIABLE%E2%80%A6>.
- Unset a single environment variable:
+1 -1
View File
@@ -2,7 +2,7 @@
> Show units that processes belong to.
> If no PID is specified, shows the unit the `systemctl` command itself is invoked in.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#whoami%20%5BPID%E2%80%A6%5D>.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#whoami%20%5BPID%E2%80%A6%5D>.
- Show the unit of the current shell (where `systemctl` is running):
+1 -1
View File
@@ -1,7 +1,7 @@
# waypipe
> Remotely run graphical applications under a Wayland compositor.
> More information: <https://gitlab.freedesktop.org/mstoeckl/waypipe>.
> More information: <https://manned.org/waypipe>.
- Run a graphical program remotely and display it locally: