Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
altineller committed Nov 18, 2024
1 parent dc0aacd commit fa39646
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,12 @@ Enable haton service by:

If successful, you should see output similar to:

```console
<pre class="terminal">
<span class='shell'>&gt; </span><span class='cmd'>echo</span> <span class='str'>"Created symlink /etc/systemd/system/multi-user.target.wants/haton.service → /usr/lib/systemd/system/haton.service."</span>
Created symlink /etc/systemd/system/multi-user.target.wants/haton.service → /usr/lib/systemd/system/haton.service.
```
<span class='shell'>&gt; </span><span class='caret'> </span>
</pre>

The system will execute `haton.py` at boottime.

#### Instrumenting Linux to HATOFF at shutdown
Expand Down Expand Up @@ -356,9 +359,11 @@ Enable hatoff service by:

If successful, you should see output similar to:

```console
<pre class="terminal">
<span class='shell'>&gt; </span><span class='cmd'>echo</span> <span class='str'>"Created symlink /etc/systemd/system/multi-user.target.wants/hatoff.service → /usr/lib/systemd/system/hatoff.service."</span>
Created symlink /etc/systemd/system/multi-user.target.wants/hatoff.service → /usr/lib/systemd/system/hatoff.service.
```
<span class='shell'>&gt; </span><span class='caret'> </span>
</pre>

The system will execute `hatoff.py` at shutdown.

Expand Down

0 comments on commit fa39646

Please sign in to comment.