Skip to content
New issue

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

Restarting the server should restart the app #25

Open
lazyatom opened this issue May 17, 2012 · 4 comments
Open

Restarting the server should restart the app #25

lazyatom opened this issue May 17, 2012 · 4 comments
Labels

Comments

@lazyatom
Copy link
Contributor

At the moment, I have to ssh on and run sudo start printer.

@floehopper
Copy link

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]

@lazyatom
Copy link
Contributor Author

I presume they'll be overwritten any time foreman rewrites the upstart scripts though? Hmm.

@floehopper
Copy link

Oh. Does that happen as part of the recap process?

@floehopper
Copy link

I think we could use a Foreman custom exporter to add the extra lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants