Skip to content

Commit

Permalink
adding boundary testing user root
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Sep 12, 2024
1 parent 596bd8a commit 571997d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boundary/boundary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ After=network-online.target
[Service]
EnvironmentFile=/etc/boundary/boundary.env
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/usr/local/bin/boundary dev -api-listen-address 0.0.0.0:19200 -proxy-listen-address 0.0.0.0 -worker-public-address 0.0.0.0 -log-level debug
ExecStart=/usr/local/bin/boundary dev -api-listen-address 0.0.0.0:19200 -proxy-listen-address 0.0.0.0:9202 -cluster-listen-address 0.0.0.0:9201 -worker-public-address 0.0.0.0 -log-level debug
KillMode=process
KillSignal=SIGINT
LimitNOFILE=65536
User=boundary
Group=boundary
# User=boundary
# Group=boundary
LimitMEMLOCK=infinity
Restart=on-failure
RestartSec=2
Expand Down

0 comments on commit 571997d

Please sign in to comment.