Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

change outdated seed to keystore #263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/polkadot/node/guides/how-to-systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In this unit file you will write the commands that you want to run on server boo
Description=Polkadot Validator

[Service]
ExecStart=PATH_TO_POLKADOT_BIN --validator --key YOUR_SEED --name SHOW_ON_TELEMETRY
ExecStart=PATH_TO_POLKADOT_BIN --validator --keystore-path YOUR_KEY --name SHOW_ON_TELEMETRY
Restart=always

[Install]
Expand Down