External Task: NodeJS Script: How to run on linux startup?

Hello,

i have a nodejs script that worked perfectly with my camunda.
For now i just type: “node /opt/camunda/script/myscript.js” to run the listener.

How can i make this script work in Background for me?

And also start on every linux boot