blog/_posts/2013-07-13-make-properly-po...

28 lines
730 B
Markdown

---
title: "Make properly power off Raspberry [CONSOLE]"
date: 2013-07-13
url: make-properly-power-off-raspberry-console
layout: post
category: Hacking
---
[![A missing blog post image](/img/blog/make-properly-power-off-raspberry-console.png)](/img/blog/make-properly-power-off-raspberry-console.png)
The problem is simple, but there is no explicit "method" when we are in front of a console, over SSH for example.
You have to use the basic functions of Linux, the same way to power off a PC under any of distributions :
`# halt`
... or :
`# shutdown -s now`
Wait until only one red LED still light on, and unplug the Raspberry's electrical supply.
---
On ArchLinux with _Systemd_, you can run:
`# systemctl halt`