1

On CentOS, there is a service which we normally run service acme_donkey start registry I would like to find out if there are any options to this service, such debug, etc. Is there a way of doing this?

1 Answer 1

2

it depends on the service. In most cases you have to look in /etc/init.d/ and read the file named after the service (/etc/init.d/acme_donkey in your case).

This is valid for CentOS < 7.0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .