this post was submitted on 26 Jan 2025
325 points (93.8% liked)
memes
11223 readers
3946 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to [email protected]
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
Sister communities
- [email protected] : Star Trek memes, chat and shitposts
- [email protected] : Lemmy Shitposts, anything and everything goes.
- [email protected] : Linux themed memes
- [email protected] : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
But it doesn't follow the Unix Philosophy!
not everything needs to be a file.
in fact most things shouldn't.
Pretty sure they meant the whole "do one thing, do it well, and prefer composition" part.
But I'm more interested in what parts of systemd don't follow the file metaphor, and what things you think shouldn't follow that metaphor? How would you interact with those things?
journalctl
. I don't give a damn as to where the logs are, and I just have telljournalctl
to give me the logs for whatever I want.That's all fine and good, but that's not quite related to the "everything is a file" metaphor. The data is still stored in files and accessed using conventional io and the command itself is routinely piped to other commands.
Everything being a file is extremely pervasive in unix, and I couldn't think of what systemd was doing that went in opposition to the metaphor.
But for a tool that read log configs and find that out for you, you've let Timers into your home.