Re: minidlna Reply #1 – February 07, 2018, 05:58:14 AM Quote from: kekek - February 07, 2018, 04:54:00 AMMinidlna use systemd.As it's only availabe from the Arch repos, this is to be expected. Feel free to contribute an OpenRC init scrip for it though.
Re: minidlna Reply #2 – March 19, 2018, 11:27:40 AM There may be an even simpler solution: I tested the software on a Devuan Ascii: just an install from the repository automatically included by Devuan...sudo apt-get install minidlnadid the trick.It included a standard Init-SysV script to be found in /etc/init.dOpenRC can handle that, it worked right immediately.You can download the source files from https://sourceforge.net/projects/minidlna/files/minidlna/1.2.1/, unpack it, ./configure with the right options and compile it (make, sudo make install)The tar package includes a sample LSB init script. If you are good at it, you could make an AUR package of it :-)Good luck. AndrĂ©
Re: minidlna Reply #3 – March 19, 2018, 02:21:49 PM There is OpenRC and eudev on ascii you can install, then look for the script there.
Re: minidlna Reply #4 – March 19, 2018, 03:33:13 PM The problem is: In Artix the /lib/lsb/init-functions are not implemented. It seems adherence to LSB standards could help....Devuan ascii has implemented it. Is there a package for LSB functions? I have found none so far.