I stopped the process minidlna. Why is it still showing up on my dlna client?

0

I did sudo systemctl stop minidlna on my Raspberry Pi with Raspian Buster and sudo systemctl status minidlna shows it stopped:

● minidlna.service - LSB: minidlna server
   Loaded: loaded (/etc/init.d/minidlna; generated; vendor preset: enabled)
   Active: inactive (dead) since Tue 2019-09-10 19:48:24 CEST; 2 days ago
     Docs: man:systemd-sysv-generator(8)
  Process: 10615 ExecStop=/etc/init.d/minidlna stop (code=exited, status=0/SUCCESS)
  Process: 524 ExecStart=/etc/init.d/minidlna start (code=exited, status=0/SUCCESS)

Sep 09 16:42:35 RPi2 systemd[1]: Starting LSB: minidlna server...
Sep 09 16:42:35 RPi2 systemd[1]: Started LSB: minidlna server.
Sep 10 19:48:24 RPi2 systemd[1]: Stopping LSB: minidlna server...
Sep 10 19:48:24 RPi2 systemd[1]: Stopped LSB: minidlna server.

Why is my client TV still showing the icon? Is there something else that is still broadcasting?

This happens with two processes the other one is logitechmediaserver aka squeezeboxserver.

Ben

Posted 2019-09-13T11:46:07.277

Reputation: 135

No answers