To *really* uninstall the lms service, but keep the local lms user account, data & repo (so you don't have to tediously download it again), do this:
# sudo ./config-lms-git-service.sh --keep --force --remove --sysv # sudo ./config-lms-git-service.sh --keep --force --remove --upstart # sudo ./config-lms-git-service.sh --keep --force --remove --systemd That should scrub your system *really* clean of the init scripts. Then you can try another plain-jane install, but insure that it's targeted for upstart: # sudo ./config-lms-git-service.sh --upstart Then you'll use initctl, not systemctl, to control the service. That *should* make sure that the correct niceness value gets written to the /etc/default/lms env file. There are advantages to starting daemons via upstart or systemd. The underlying init system of the OS has an easier time keeping track of processes, for one thing. But it really seems like Ubuntu 14.10 has only "sketched in" support for systemd at this point and is still relying on upstart. I'll change the "upstart vs. systemd" logic in my install code to compensate for this. Look for a new version of the zip file to be posted in a few hours. ------------------------------------------------------------------------ gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=103033 _______________________________________________ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix