Run service as root for NeoPixel DMA access
The rpi_ws281x library needs /dev/mem for DMA-based LED control, which
requires root. Any service restart was causing a SEGV crash loop
because the process ran as a regular user.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>