Grant CAP_SYS_RAWIO for NeoPixel DMA access without root
The rpi_ws281x library needs /dev/mem access for DMA-based LED control.
Add AmbientCapabilities=CAP_SYS_RAWIO and kmem group to the service
file so it works without running the whole service as root.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>