We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment, I have to ssh on and run sudo start printer.
sudo start printer
The text was updated successfully, but these errors were encountered:
I think you should be able to add the following two lines to the top of /etc/init/printer.conf :-
start on runlevel [2345] stop on runlevel [06]
Sorry, something went wrong.
I presume they'll be overwritten any time foreman rewrites the upstart scripts though? Hmm.
Oh. Does that happen as part of the recap process?
recap
I think we could use a Foreman custom exporter to add the extra lines.
No branches or pull requests
At the moment, I have to ssh on and run
sudo start printer
.The text was updated successfully, but these errors were encountered: