snippetbashTip
systemctl default — Enter system default mode. More information: <https://www.freedesktop.org/software/systemd/man/lates
Viewed 0 times
commandclientersystemctl defaultmoredefaultmodesystem
linux
Problem
How to use the
systemctl default command: Enter system default mode. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#default>.Solution
systemctl default — Enter system default mode. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#default>.Enter default mode as a blocking operation:
systemctl defaultEnter default mode as asynchronous operation:
systemctl default --no-blockCode Snippets
Enter default mode as a blocking operation
systemctl defaultEnter default mode as asynchronous operation
systemctl default --no-blockContext
tldr-pages: linux/systemctl default
Revisions (0)
No revisions yet.