
2 May
2018
2 May
'18
1:41 p.m.
On Wed, May 02, 2018 at 03:39:29PM -0400, Lennart Sorensen via talk wrote:
No idea what Beaver is. Did Ubuntu wrap the alphabet or something?
Files in /etc/init.d don't really do anything unless there is a link to them from /etc/rc#.d for the runlevel, assuming the system is using runlevels. If it uses systemd then it might do it based on other conditions, or use a .service file instead.
If Ubuntu switched to systemd, then something like this might solve the problem: sudo systemctl enable mediatomb sudo systemctl start mediatomb -- Len Sorensen