As per a comment on the upstream bug 1264, why even is there a hard dependency on policy kit?
https://github.com/ZoneMinder/ZoneMinder/issues/1264#issuecomment-325999624 Policy kit has a hard dependency on systemd, which drags in a whole bunch of other dependencies that I'd rather not have on my webserver. If it was a recommends or a suggest instead, and the code had an option to use sudo for the service restarting (the standard way of handling privileges in portable trusted code), then this would be good. -- Tim Connors