From 9e6ed4b1402c31f93abfa6454df4c915120be08c Mon Sep 17 00:00:00 2001 From: Garrett MacDonald <1791145+garrettian@users.noreply.github.com> Date: Thu, 5 Sep 2019 15:21:59 +0300 Subject: [PATCH] change outdated seed to keystore --- docs/polkadot/node/guides/how-to-systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/polkadot/node/guides/how-to-systemd.md b/docs/polkadot/node/guides/how-to-systemd.md index 3e8afc62..a2739f3b 100644 --- a/docs/polkadot/node/guides/how-to-systemd.md +++ b/docs/polkadot/node/guides/how-to-systemd.md @@ -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]