tomeshnet / prototype-cjdns-pi

Prototype system for mesh networks on single board computers
https://chat.tomesh.net/#/room/#software:tomesh.net
GNU General Public License v3.0
218 stars 42 forks source link

ipfs-pi-stream assumes a username of pi #413

Closed makew0rld closed 5 years ago

makew0rld commented 5 years ago

In scripts/ipfs-pi-stream/process-stream.service, the user and group pi are mentioned, which won't work on devices other than the Raspberry Pi. Maybe this could be edited during install using sed or something?

darkdrgn2k commented 5 years ago

Pi stream ONLY works on raspberry pi devices due to the camera requirement.

https://github.com/tomeshnet/prototype-cjdns-pi/blob/master/scripts/install2#L317

makew0rld commented 5 years ago

Ah of course, my bad.