This forum is no longer active. Please post your questions to our new community site

turn off sub services

Subscribe to turn off sub services 2 post(s), 2 voice(s)

 
Avatar frequencydip 11 post(s)

I have Rubystack and redmine module installed, I use git for the repository. subversion is still running as all services that start when running sudo /opt/rubystack-2.1-0/./ctlscript.sh start
how do I configure what services should start as part of this script?

I currently just run subversion stop manually

sudo /opt/rubystack-2.1-0/./ctlscript.sh stop subversion

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

You can simply rename the “/opt/rubystack-2.1-0/subversion/scripts/ctl.sh” file. If the “ctlscript.sh” main script did not find this script, it will not start it. Cheers.