Skip to content

Commit

Permalink
Use the tezos user by default
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Dec 19, 2024
1 parent b5683f5 commit 025d184
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/join-dal-baker/run-baker.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can also refer to [Run a persistent baking node](https://opentezos.com/node-
[Service]
Type=simple
User=mybaker
User=tezos
ExecStart=octez-baker-PsParisC run with local node "$HOME/.tezos-node" my_baker --liquidity-baking-toggle-vote pass --adaptive-issuance-vote on --dal-node http://127.0.0.1:10732
WorkingDirectory=/opt/octez-baker
Restart=on-failure
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/join-dal-baker/run-dal-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ You can also refer to [Setting up Octez Services](https://tezos.gitlab.io/introd
[Service]
Type=simple
User=mybaker
User=tezos
ExecStart=/usr/bin/octez-dal-node run --data-dir $HOME/.tezos-dal-node
WorkingDirectory=$HOME/.tezos-dal-node
Restart=on-failure
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/join-dal-baker/run-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ You can also refer to [Run a persistent baking node](https://opentezos.com/node-
[Service]
Type=simple
User=mybaker
User=tezos
ExecStart=octez-node run --rpc-addr 127.0.0.1:8732 --data-dir $HOME/.tezos-node
WorkingDirectory=/opt/octez-node
Restart=on-failure
Expand Down

0 comments on commit 025d184

Please sign in to comment.