Install script as service
Depending on the distro there are various options to configure scripts as service.
- systemd - most common service on Linux systems
- docker - run as Docker container
- kubernetes - run on Kubernetes
Other - not implemented, do it on your own.