fix: Correct binary name from pezkuwi-node to pezkuwi in systemd service

The SDK builds a binary named 'pezkuwi' not 'pezkuwi-node'. This was causing
validator services to fail with exit code 203/EXEC.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-06 10:40:35 +03:00
parent dc17d8f986
commit 859d79d1b6
+1 -1
View File
@@ -427,7 +427,7 @@ Type=simple
User=$ACTUAL_USER
WorkingDirectory=$VALIDATOR_DIR
EnvironmentFile=$VALIDATOR_DIR/config/validator.conf
ExecStart=$SDK_DIR/target/release/pezkuwi-node $NODE_ARGS
ExecStart=$SDK_DIR/target/release/pezkuwi $NODE_ARGS
Restart=always
RestartSec=10
StandardOutput=append:$VALIDATOR_DIR/logs/validator.log