<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Systemd on SamsiFPV</title>
    <link>https://samsifpv.ch/tags/systemd/</link>
    <description>Recent content in Systemd on SamsiFPV</description>
    <image>
      <title>SamsiFPV</title>
      <url>https://samsifpv.ch/images/papermod-cover.png</url>
      <link>https://samsifpv.ch/images/papermod-cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <copyright>Marlon Tanner</copyright>
    <lastBuildDate>Thu, 19 Dec 2024 21:13:45 +0200</lastBuildDate>
    <atom:link href="https://samsifpv.ch/tags/systemd/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Systemd targets</title>
      <link>https://samsifpv.ch/wiki/systemd-targets/</link>
      <pubDate>Thu, 19 Dec 2024 21:13:45 +0200</pubDate>
      <guid>https://samsifpv.ch/wiki/systemd-targets/</guid>
      <description>&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Target&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;halt&lt;/td&gt;
          &lt;td&gt;Shut down all services and halt the system&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;poweroff&lt;/td&gt;
          &lt;td&gt;Shut down all services and power off the system&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;shutdown&lt;/td&gt;
          &lt;td&gt;Shut down the system normally&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;rescue&lt;/td&gt;
          &lt;td&gt;Single-user (root) mode for maintenance and recovery functions. It mounts all file-system but does not start any networking related service or function.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;multi-user&lt;/td&gt;
          &lt;td&gt;Multi-user command line mode for regular tasks. It starts all essential and custom services and provides the CLI prompt for login and work.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;graphical&lt;/td&gt;
          &lt;td&gt;Same as the multi-user.target but also includes GUI. A user can use the graphical desktop environment to login and work or can use regular command line interface.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;reboot&lt;/td&gt;
          &lt;td&gt;Reboot the system normally.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;default&lt;/td&gt;
          &lt;td&gt;Default target to boot the system. Usually set either to multi-user.target or graphical.target.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;emergency&lt;/td&gt;
          &lt;td&gt;Start an emergency shell and mount only root file-system. Other file-system and networking remain disabled.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;hibernate&lt;/td&gt;
          &lt;td&gt;Save the running state of the system to the hard disk and power off the system. When the system is power on again, the systemd restores the saved state.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;suspend&lt;/td&gt;
          &lt;td&gt;Same as the hibernate except the system state is saved in the memory and power to the memory is not turned off.&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;</description>
    </item>
  </channel>
</rss>
