There wasn't a great way to start the gateway with systemd so that it can run in the background and be managed by systemd. This pr addeds a install sub command that decouples install from running. The goal was so you can run something like this in your IaC:
```infisical gateway install --token=<> --domain=<> && systemctl start infisical-gateway```