Closed matthewbauer closed 1 year ago
It would be useful to also read system logs with this package. For instance, journalctl -u .service works with systemd.
journalctl -u .service
That's a really neat idea! I'm not likely to implement it myself anytime soon, sadly, but would be happy to consider any PR that added this functionality.
It would be useful to also read system logs with this package. For instance,
journalctl -u .service
works with systemd.