https://github.com/zduny/nespi-rs
Safe shutdown utils for NESPi Case+ written in Rust
https://github.com/zduny/nespi-rs
nespi rust safe-shutdown
Last synced: 2 months ago
JSON representation
Safe shutdown utils for NESPi Case+ written in Rust
- Host: GitHub
- URL: https://github.com/zduny/nespi-rs
- Owner: zduny
- License: apache-2.0
- Created: 2021-11-03T17:24:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T22:38:54.000Z (over 3 years ago)
- Last Synced: 2025-02-10T11:44:48.150Z (4 months ago)
- Topics: nespi, rust, safe-shutdown
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nespi-rs
Safe shutdown utils for NESPi Case+ written in Rust.## usage
Intended to be used with Raspberry Pi OS Lite.## installation
Download latest release to your Raspberry Pi:```
wget https://github.com/zduny/nespi-rs/releases/download/v0.1.0/nespi-rs-0.1.0.zip
```Unzip the archive:
```
unzip nespi-rs-0.1.0.zip
```Move `safe_shutdown`:
```
sudo mv safe_shutdown /usr/local/bin/safe_shutdown
```Move `safe_shutdown.service`:
```
sudo mv safe_shutdown.service /etc/systemd/system/safe_shutdown.service
```Enable service:
```
sudo systemctl daemon-reload
sudo systemctl enable safe_shutdown
```Move `power_down`:
```
sudo mv power_down /usr/lib/systemd/system-shutdown/power_down
```## disclaimer
This project is in no way affiliated with the Retroflag brand/company.## see also
[Retroflag](https://retroflag.com/)