The systemd daemon allows to manage custom services and run a script as a daemon service if it needs to be executed continuously (For instance: a REST API server).
Create the unit file
Create a unit file with the extension
.service
on the following path:/etc/systemd/system
(For instance: …
Read More