From: Greg Ercolano <erco_mlist@(email surpressed)>
Subject: [Q+A] Rush 103.07 (or older) + Centos 7.2: not starting on boot
   Date: Tue, 09 Feb 2016 15:21:00 -0500
Msg# 2405
View Complete Thread (1 article) | All Threads
Last Next
> We recently upgraded from Centos 7.1 to 7.2, and this seemed to break
> rushd from starting on boot.
>
> Note that systemd is now being used in Centos 7, and while that seemed
> to be starting rush fine in 7.0 and 7.1, the upgrade to 7.2 seemed to
> break it somehow.
>
> What's the path of least resistance to fixing this?

	Yes, it seems the new systemd in the 7.2 update doesn't like
	the double symlink (/etc/rcX.d/rush -> /etc/init.d/rush -> S99rush).

	Short answer seems to be to fix it with this command:

		rm /etc/init.d/rush && cp /usr/local/rush/etc/S99rush /etc/init.d/rush

	This removes the symlink that is /etc/init.d/rush, and replaces it
	with an actual copy of the S99rush boot script.

	I'm investigating this today with Centos 7.2 to see what the best solution
	is going forward for the next release of Rush (103.08); will follow up.




Last Next