This commit is contained in:
number571 2023-12-03 13:36:16 +07:00
parent 554d9de1e8
commit 893dd07f7a
10 changed files with 465 additions and 447 deletions

View File

@ -2,6 +2,16 @@
<!-- ... -->
## v1.5.23
*??? ??, ????*
### IMPROVEMENTS
- Update `cmd/hidden_lake`: append _daemon/journal_hlX.sh script
<!-- ... -->
## v1.5.22
*December 03, 2023*

View File

@ -0,0 +1,3 @@
#!/bin/bash
journalctl -eu hidden_lake_loader.service

View File

@ -1,4 +1,3 @@
#!/bin/bash
# root mode
watch -c SYSTEMD_COLORS=1 systemctl status hidden_lake_loader.service

View File

@ -0,0 +1,3 @@
#!/bin/bash
journalctl -eu hidden_lake_messenger.service

View File

@ -1,4 +1,3 @@
#!/bin/bash
# root mode
watch -c SYSTEMD_COLORS=1 systemctl status hidden_lake_messenger.service

View File

@ -0,0 +1,3 @@
#!/bin/bash
journalctl -eu hidden_lake_service.service

View File

@ -1,4 +1,3 @@
#!/bin/bash
# root mode
watch -c SYSTEMD_COLORS=1 systemctl status hidden_lake_service.service

View File

@ -0,0 +1,3 @@
#!/bin/bash
journalctl -eu hidden_lake_traffic.service

View File

@ -1,4 +1,3 @@
#!/bin/bash
# root mode
watch -c SYSTEMD_COLORS=1 systemctl status hidden_lake_traffic.service

File diff suppressed because it is too large Load Diff