Day 2: Service Management with Systemd - Linux Basic
To run any command in background we need to define it as service. For this we have to create a service unit file. Say, I want to run a command /usr/bin/project-mercury.sh as a service. Lets say project-mercury.sh is a shells script that runs a python...










