list_active_services

main
vitrinekast 8 months ago
parent 0b924d5428
commit 3c3582bc35

@ -234,6 +234,7 @@
{% endif %} {% endif %}
{% if list_active_services %}
<p><em>tldr@chopchop:~ $</em>sudo service --status-all</p> <p><em>tldr@chopchop:~ $</em>sudo service --status-all</p>
<mark> <mark>
These are all of the services that are active, running, working to execute requests that enable everything These are all of the services that are active, running, working to execute requests that enable everything
@ -241,7 +242,7 @@
The rest, marked with a [-], are idle, not running, or waiting to be activating upon sending a request. The rest, marked with a [-], are idle, not running, or waiting to be activating upon sending a request.
</mark> </mark>
{{ log_output(list_active_services) }} {{ log_output(list_active_services) }}
{% if endif %}
<p><em>tldr@chopchop:~ $</em>sudo journalctl -S today -u kitchen-stove.service -u <p><em>tldr@chopchop:~ $</em>sudo journalctl -S today -u kitchen-stove.service -u
kitchen-bin.service -u kitchen-fridge.service -r -n</p> kitchen-bin.service -u kitchen-fridge.service -r -n</p>

Loading…
Cancel
Save