pi-kits
is a collection of tools for maintaining the availability of Raspberry Pi or any Linux machine.
- Check DNS available
- Check Samba available
- Scheduled restart
- Scheduled machine indicator report
- Hidden files clean
N/A
pip3 install -r requirements
Modify the configigurations in config.yaml
.
-
Modify the service file
pi-host-self-keeping.service
withTODO
. -
Copy the modified service file to the directory
/etc/systemd/system/
in your host machine. -
Execute the following commands in sequence on the host machine.
systemctl daemon-reload
systemctl enable pi-host-self-keeping.service
systemctl status pi-host-self-keeping.service
systemctl restart pi-host-self-keeping.service