You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change to the following to check allowed services:
async def _find_active_services(self):
services = os.listdir("/etc/init.d/")
for svc in services:
for allowed in ALLOWED_SERVICES:
if svc.startswith(allowed):
self.available_services.append(svc)
self.system_info['available_services'] = self.available_services
The text was updated successfully, but these errors were encountered:
ln -s /etc/init.d/mjpg-streamer /etc/init.d/webcamd
The text was updated successfully, but these errors were encountered: