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

Fixes nospaceships#43 #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

blloyd75
Copy link

@blloyd75 blloyd75 commented Nov 3, 2018

leaves CentOS behaving as before while adding support for systemd based Debian systems that don't
have the /usr/lib/systemd/system folder
Looks for systemd at /usr/lib/systemd/system, then /etc/systemd/system, and finally /lib/systemd/system

leaves CentOS behaving as before while adding support for systemd based Debian systems that don't
have the /usr/lib/systemd/system folder
Looks for systemd at /usr/lib/systemd/system, then /etc/systemd/system, and finally /lib/systemd/system
@blloyd75
Copy link
Author

blloyd75 commented Nov 3, 2018

As the first attempt to solve this problem had the unfortunate side affect of changing how things work on Fedora based systems, this solution should leave init.d and Fedora based systems working the same while allowing Debian based systemd systems to work.

@blloyd75
Copy link
Author

blloyd75 commented Nov 3, 2018

The only possible negative would be on Debian systems that previously had init.d installation of the service, as it would discover the systemd service and then uninstall would attempt to uninstall the systemd version, which isn't what is installed. This could also occur with the current system when upgrading a server to use systemd when it was previously init.d based.

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

Successfully merging this pull request may close these issues.

None yet

1 participant