Yona-Appletree / LEDscape

Beagle Bone Black cape and firmware for driving a large number of WS281x LED strips.
126 stars 58 forks source link

Running as a service causes random freezes #61

Open cwshep opened 6 years ago

cwshep commented 6 years ago

I noticed running as a service would cause random freezes in output. I tracked down the issue to logging. Adding:

StandardOutput=null StandardError=null

To the [Service] section of ledscape.service.in fixed the issue.