https://github.com/mback2k/sysext-htop
htop as systemd-sysext
https://github.com/mback2k/sysext-htop
flatcar flatcar-linux systemd-sysext
Last synced: about 2 months ago
JSON representation
htop as systemd-sysext
- Host: GitHub
- URL: https://github.com/mback2k/sysext-htop
- Owner: mback2k
- Created: 2020-12-20T20:29:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T19:50:24.000Z (over 1 year ago)
- Last Synced: 2025-02-08T22:13:10.603Z (4 months ago)
- Topics: flatcar, flatcar-linux, systemd-sysext
- Language: Makefile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
Steps to install and ensure automatic updates using systemd-sysupdate:
```
curl -L https://github.com/mback2k/sysext-htop/releases/latest/download/sysupdate-noop.conf --create-dirs -o /etc/sysupdate.d/noop.conf
curl -L https://github.com/mback2k/sysext-htop/releases/latest/download/sysupdate-htop.conf --create-dirs -o /etc/sysupdate.htop.d/htop.conf
curl -L https://github.com/mback2k/sysext-htop/releases/latest/download/systemd-htop.conf --create-dirs -o /etc/systemd/system/systemd-sysupdate.service.d/htop.conf
curl -L https://github.com/mback2k/sysext-htop/releases/latest/download/systemd-sysext.conf --create-dirs -o /etc/systemd/system/systemd-sysupdate.service.d/sysext.conf
systemctl daemon-reload
systemctl enable systemd-sysupdate.timer
systemctl start systemd-sysupdate.service
```