Wirrunna, So kind of you to send the script and links. The good news is, the scripts worked! I previously was only able to load MusicIP by changing to the /MusicMagicMixer directory and inputting ./MusicMagicServer start in the terminal. With the script, I can run the script itself without changing directories and am able to start|stop MusicIP, but a password is requested and required. It will not to run at startup successfully. I've tried a few approaches to correct this, but none have been successful so far.
1 - The stock init.d script doesn't run successfully after a reboot, or login/logout 2 - Tried the following to convert original script to system.d sysv.init.script.to.systemd.unit.file.md Copy the file to /etc/init.d/mmserver. Enable the SysV service: chkconfig --add mmserver. Enable the SysV service: chkconfig mmserver on. Start the service: service mmserver start . This is also unsuccessful. The script runs and exits immediately each time it is run, on the command line or after booting. 3. The creation of a new mmserver.service unit I've tried many approaches new systemd scripts, none successfully. I've tried different types (simple, forked, oneshot). All of them seem to fail because the start process exits immediately after running. Even when journalctl shows no errors, this is the case. I use the MusicIP gui in Windows, and write the analysis to the flac files before moving them the Linux server running LMS, so I only need the headless MusicIP. I'm going to study systemd more carefully (sadly), but some questions for anyone who might know: Can MusicIP be run on Wine on the same machine as LMS and work with it? Is Java used in the headless install of MusicIP? If all else fails, manually running MusicIP and LMS would work, but after having it run at startup for ten years, not a first choice. ------------------------------------------------------------------------ matrixed99's Profile: http://forums.slimdevices.com/member.php?userid=1562 View this thread: http://forums.slimdevices.com/showthread.php?t=107886 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
