Starting Automatically
A quick description on how you can start the ATM automatically, as soon as the Raspberry Pi has booted.
🚀 Starting the ATM automatically
cd ~/LightningATM
sudo cp LightningATM.service /etc/systemd/system/LightningATM.service
sudo systemctl enable LightningATM.service# With this command you can check if it is active and running
sudo systemctl status LightningATM.service
# With this command you can check the log/debug file for errors
tail -f ~/.lightningATM/debug.logLast updated