Linux Services Explained: From One Command to a Real Service (Fedora and Alpine)
LivingOnLinux
0:00 / 0:00
Linux Services Explained: From One Command to a Real Service (Fedora and Alpine)
44 просмотра · 13 дней назад
LivingOnLinux
52 подписчика
44 просмотра · 13 дней назад
What's the difference between a process and a daemon on Linux? In this video I start with a simple command, run darkhttpd as a plain process, hit its limitations live, and then build it into a real managed service on both Fedora (systemd) and Alpine (OpenRC) — so you finally understand what services actually are.
If you've ever wondered what systemd is doing in the background, what "enabled" really means, or why your web server stops when you close the terminal — this one's for you.
⏱️ Chapters
00:00 Intro
00:48 Process vs Daemon (whiteboard)
03:48 Running darkhttpd as a process
05:45 The limitations
08:20 Fedora: creating a systemd unit
14:23 Alpine: creating an OpenRC service
🐧 LivingOnLinux — practical Linux for people who actually use it. New video every week.
👉 Next up: Linux logging explained — journalctl, journald, dmesg and /var/log.
#Linux #systemd #Fedora