Files
sys_uptime/README.md

13 lines
409 B
Markdown
Raw Permalink Normal View History

2024-05-02 07:22:14 +00:00
# sys_uptime
2024-05-02 07:56:57 +00:00
## Installation
* `git clone https://git.solarcene.community/smallsolar/sys_uptime.git`
* `cd sys_uptime`
* `python3 -m venv venv`
* `nano uptime.service` - change the directories
2024-05-02 11:59:23 +00:00
* `nano sys_uptime.py` - change the host
2024-05-02 07:56:57 +00:00
* `sudo cp uptime.service /etc/systemd/system/`
* `sudo systemctl enable uptime`
* `source venv/bin/activate`
* `pip3 install requests uptime`
* `sudo systemctl start uptime`