Create functionality to dump systemd service or/and kernel output #68
Labels
No Label
OPS TODO
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/eive-obsw#68
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is possible to pipe the output of a systemd service with
journalctl -u <serviceName> > <fileName>
.It should be possible to do this via telecommand for debugging purposes.
Dumping kernel logs is possible
with
with -n to display limited amount of lines. It is also possible to display time based information, for examle with
--since "2 minutes ago"
Create functionality to dump service outputto Create functionality to dump systemd service outputCreate functionality to dump systemd service outputto Create functionality to dump systemd service or/and kernel outputcan be done via shell commands and file downlink.