projectweekend / Pi-GPIO-Server

A server for the Raspberry Pi with access to the digital GPIO pins via RESTful JSON and Socket.io
MIT License
127 stars 48 forks source link

Service Broken if installed somewhere other than /home/pi #15

Open ScienceIsNeato opened 6 years ago

ScienceIsNeato commented 6 years ago

Just an FYI, the paths in /lib/systemd/syste/gpio-server.service set in the install script appear to be hardcoded. Took some digging, but after I updated the paths in that file to my installation paths, the service started up fine. Might want to add a note in the setup instructions.