January 16, 20188 yr It seems I need to restart Zoneminder somewhsy frequently. Is there a way to put it on a reboot schedule? Sent from my SM-N950U using Tapatalk
January 16, 20188 yr I use User Scripts to restart my Sonarr Docker on specific errors in the log, You could modify this to work for Zoneminder #!/bin/bash #Check for error in Ombi log and restarts docker if found docker logs --tail 50 sonarr 2>&1 | awk '/00000000/ {print | "docker restart sonarr"}'
Archived
This topic is now archived and is closed to further replies.