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

[bug] wrong systemd script file path in debian #679

Closed
ptonelli opened this issue Oct 12, 2015 · 3 comments
Closed

[bug] wrong systemd script file path in debian #679

ptonelli opened this issue Oct 12, 2015 · 3 comments

Comments

@ptonelli
Copy link

The systemd path for the service script for debian in JavaServerApp is
/usr/lib/systemd/system

Following the Debian packaging documentation

It should be:
/lib/systemd/system

The first path seems to be correct for RedHat based distributions (doc)

@muuki88
Copy link
Contributor

muuki88 commented Oct 12, 2015

Which system fails for you? On Ubuntu 15.10 this seems to work.
A fix would be rather easy ( if you like to open a pull request):

@ptonelli
Copy link
Author

I am under debian jessie (8.2)

the official path in ubuntu seems to be the same as in debian (doc).

You are right, it works even with the /usr/lib/systemd/system path even in debian.

This still does not follow the guidelines though (And I do not know enough scala/sbt to write a patch, sorry).

@muuki88
Copy link
Contributor

muuki88 commented Oct 12, 2015

No Problem :) Thanks for the detailed reporting anyway.

@ptonelli ptonelli changed the title [bug] wrong systemd script file in debian [bug] wrong systemd script file path in debian Oct 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants