mirror of
https://github.com/pezkuwichain/pezkuwi-validator-v1.0.0.git
synced 2026-06-12 20:11:04 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user