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

Recommendations for enabling system service should be changed for non-systemd setups #75

Open
jamalex opened this issue Jun 15, 2019 · 4 comments

Comments

@jamalex
Copy link
Member

jamalex commented Jun 15, 2019

If you choose not to start on boot, it gives these instructions for changing your mind later:

sudo systemctl enable kolibri

However, these don't work on Ubuntu 14.04 and other non-systemd setups. Instead, for these, it should recommend update-rc.d kolibri defaults.

@benjaoming
Copy link
Contributor

We could write an alternative instruction template and display it if which systemctl fails.

@jredrejo
Copy link
Member

yes, code to detect if systemd is active or not is already in the postisnt, so it's just a question of using it as a function to show different templates

@jredrejo
Copy link
Member

@jamalex taking into account we don't support officialy Ubuntu 14.04:
https://kolibri.readthedocs.io/en/latest/install.html#debian-ubuntu
I think we can close this issue.

@benjaoming
Copy link
Contributor

👍 Unfortunately only very few distributions are working with alternatives to SystemD, and they all have very enlightened users that will understand what's going on :)

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

No branches or pull requests

3 participants