get systemd journal entries on web interface.

2013-12-12 1 min read Fedora
Just in case you need it, you can get the journalctl entries from systemd in the web page. First install : yum install systemd-journal-gateway Once you have done this you can get the journal entries with wget as well with wget http://localhost:19531/entries or if you prefer, you can browse with a browser at http://localhost:19531/. It has a nice little interface for browsing the entries, nothing too fancy but just sufficient. Continue reading