From e02d2fd619af3419f5228c7af110bceca38ae2f8 Mon Sep 17 00:00:00 2001 From: Matograine <matograine@zaclys.net> Date: Wed, 9 Oct 2024 07:39:45 +0200 Subject: [PATCH] fix debian package doc --- docs/user/installation_debian.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/installation_debian.md b/docs/user/installation_debian.md index b923b70db..8e4fd6231 100644 --- a/docs/user/installation_debian.md +++ b/docs/user/installation_debian.md @@ -14,8 +14,8 @@ 2. Install the package: `dpkg -i duniter_vx.y.z.deb`. 3. Change the default configuration (at least the node name) by modifying `/etc/duniter/env_file`. 4. Create network keys using the same base path as in the config file: `duniter key generate-node-key --base-path <YOUR_BASE_PATH> --chain <YOUR_CHAIN>`. -5. Start the service: `sudo systemctl start duniter-validator.service`. -6. Enable the service at startup: `sudo systemctl enable duniter-validator.service`. +5. Start the service: `sudo systemctl start duniter-smith.service`. +6. Enable the service at startup: `sudo systemctl enable duniter-smith.service`. ## Distance Oracle -- GitLab