Proper way to start and auto-start the processes on boot

At the moment autostart for the processes isn’t implemented, correct? namely, I should created systemd scripts for background jobs, rails app, sphinx and other processes on my own.

Also, should I run my app from systemd script as is - “foreman Procfile.static” - or is there other, more proper way for this case?