# Reload systemd daemon
sudo systemctl daemon-reload
# Start story-geth service
sudo systemctl start story-geth
# Enable story-geth service on boot
sudo systemctl enable story-geth
# Check story-geth service status
sudo systemctl status story-geth
Story Service Management
# Reload systemd daemon
sudo systemctl daemon-reload
# Start story service
sudo systemctl start story
# Enable story service on boot
sudo systemctl enable story
# Check story service status
sudo systemctl status story
Note:
Always backup your keys before making any changes
Keep your private keys secure and never share them
Monitor service status regularly to ensure proper operation