Replace incrond #15
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: PiFrame/piframe#15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
incrond can cause a systemd storm that can cause some terrible performance/behaviors related to restarting the slideshow. Specifically it causes a storm of restarts for the slideshow during heavy disk create/delete events in the pictures folder used for the slideshow.
This daemon needs to be replaced by a custom python3 script using intify that buffers the events so only after n seconds will the restart event(s) occur.
This will likely need a watchdog timer that's started/reset on filesystem events and destroyed when it times out.
Inspiration