Yash Rajyash-raj.hashnode.dev·Nov 16, 2023Services in Linux & How to configure your own App as a service?in one line "Services are Linux programs that run in the background" but let's dive into it a little more and find out why it's important, what it does, how can you configure it and what are the commands around it. In General terms, Services in Linux...2 likes·53 readsLinux
ABHIJEET MAHAJANitsabhijeet.hashnode.dev·Nov 13, 2023Systemctl vs service: Which command should you use?Systemctl and service are both commands used to manage system services on Linux. However, there are some key differences between the two commands. Systemctl is a more modern and comprehensive command that is built on top of systemd, the system and se...75 readssystemctl