Ubuntu Services
in General
Adding a ubuntu service isn’t too difficult. You first need a .service file, like the one below.
example@.service (the @ means you can run several of these workers at a time)
This service file can then be installed by adding it to /etc/systemd/system. Then you can start it like any other service.