Start Network Services Dynamically

Subscribers:
8,590
Published on ● Video Link: https://www.youtube.com/watch?v=NA-_i-JROzY



Duration: 15:15
529 views
20


In some cases, you might not want for a network service to run at all times. By creating a systemd static file on your Linux server, you can have a network service only start whenever it detects an incoming connection request. Basically, it works by having a systemd socket file intercept the connection request for the service that you want to start dynamically.

For the demo in this video, installed the micro-httpd webserver on a Raspberry Pi that's running Ubuntu Server 18.04.

Information in this video could help you prepare for certain Linux certification exams, such as the CompTIA Linux+ exam, a Linux Professional Institute exam (LPI exam), or a Red Hat Linux certification exam.

I hope that you like this Linux tutorial for Linux system administrators, and I'll see you next time.

Get my new book, "Linux Service Management Made Easy with systemd":
Amazon purchase link:
https://amzn.to/344gxO0

Packt Publishing purchase link:
https://www.packtpub.com/product/linux-service-management-made-easy-with-systemd/9781801811644

To buy my "Mastering Linux Security and Hardening" book:
https://www.packtpub.com/product/mastering-linux-security-and-hardening-second-edition/9781838981778







Tags:
network services
network service
systemd static file
Linux server
systemd socket file
Linux tutorial
Linux system administrators
micro-httpd
Raspberry Pi
tevado1