07. Service management with SYSTEMD
Creating a SYSTEMD service
To run a command in the background, we need to define that command as a service. And for this we create a service unit file for that.
Let’s make a service unit file called project-mercury.service, and we need to create it u...
linuxfromscratch.hashnode.dev3 min read