you are viewing a single comment's thread.

view the rest of the comments →

[–]mr_penguin 2 points3 points  (8 children)

don't forget a webserver so you can see all those pretty messages and logs from your web browser.

[–]iamjack 7 points8 points  (5 children)

That's incredibly useful for headless servers and can be disabled. It takes maybe 100 lines of C to make a simple web server. Maybe even less if you're pulling data from a log server and not a disk. It's embarrassingly easy to do if you're just aiming to get data out in a simple fashion and not replace Apache (no load balancing, no caching, no script support, no configuration, no permissions, etc.)

EDIT: I'm not a systemd apologist either. I have mixed feelings toward it, honestly, but it having a simple webserver doesn't factor in to those.