Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#40827 - [minidlna] service remove user and rescan on startup
Attached to Project:
Community Packages
Opened by Eduardo Henrique Arnold (eduardoarnoldh) - Thursday, 12 June 2014, 21:07 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 16 June 2014, 10:42 GMT
Opened by Eduardo Henrique Arnold (eduardoarnoldh) - Thursday, 12 June 2014, 21:07 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 16 June 2014, 10:42 GMT
|
DetailsDescription:
Currently the Minidlna service forces the daemon to run as user Nobody, ignoring the user informed in the configuration file /etc/minidlna.conf. This line specifying the user should be removed from the service file in order to provide the correct functionality. Also, the start command should include the -R option, to rescan the library before each start, as it may have been modified while the service was not running and will not be updated, because the iNotify service only report changes in the directory while the daemon is still running. |
This task depends upon

user removed from .service, but I did not add -R option. I think library can be really huge to rescan it on each start. Anyway if someone needs it he can copy .service into /etc/systemd/ and modify it.