mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: addressed comments
This commit is contained in:
@@ -9,7 +9,7 @@ description: "Run the Infisical gateway or manage its systemd service"
|
||||
infisical gateway start --name=<name> --relay=<relay-name> --auth-method=<auth-method>
|
||||
```
|
||||
</Tab>
|
||||
<Tab title="Install gateway service">
|
||||
<Tab title="Start gateway as background daemon (Linux only)">
|
||||
```bash
|
||||
sudo infisical gateway systemd install --token=<token> --domain=<domain> --name=<name> --relay=<relay-name>
|
||||
```
|
||||
|
||||
@@ -9,7 +9,7 @@ description: "Relay-related commands for Infisical"
|
||||
infisical relay start --type=<type> --host=<host> --name=<name> --auth-method=<auth-method>
|
||||
```
|
||||
</Tab>
|
||||
<Tab title="Systemd service">
|
||||
<Tab title="Start relay as background daemon (Linux only)">
|
||||
```bash
|
||||
# Install systemd service
|
||||
sudo infisical relay systemd install --type=<type> --host=<host> --name=<name> --token=<token>
|
||||
|
||||
Reference in New Issue
Block a user