Renamed cymais to infinito and did some other optimations and logout implementations

This commit is contained in:
2025-07-29 16:35:42 +02:00
parent a9e7ed3605
commit 44e0fea0b2
499 changed files with 1740 additions and 1587 deletions

View File

@@ -9,17 +9,17 @@ To track what the service is doing, execute one of the following commands:
#### Using systemctl
```bash
watch -n2 "systemctl status sys-bkp-rmt-2-loc.cymais.service"
watch -n2 "systemctl status sys-bkp-rmt-2-loc.infinito.service"
```
#### Using journalctl
```bash
journalctl -fu sys-bkp-rmt-2-loc.cymais.service
journalctl -fu sys-bkp-rmt-2-loc.infinito.service
```
### Viewing History
```bash
sudo journalctl -u sys-bkp-rmt-2-loc.cymais.service
sudo journalctl -u sys-bkp-rmt-2-loc.infinito.service
```