How to make gitaly run as a daemon?

How to make gitaly run as a daemon?

I want gitaly to run on other servers

  • I successfully ran gitaly and used gitlab to access gitaly
  • But I found that gitaly itself cannot start the daemon (like ./app -d)
  • What third-party application do I need to start gitaly as a daemon? (pm2? or others? How does gitlab do?)
    Thanks!