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
Man, just FYI, external systemd files should be put in /etc/systemd/system and not in /lib/systemd/system.
/etc/systemd/system
/lib/systemd/system
Also, the bin file should be stored in /usr/local/bin and not /usr/bin.
/usr/local/bin
/usr/bin
All this according to the FHS-3.0: http://refspecs.linuxfoundation.org/fhs.shtml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Man, just FYI, external systemd files should be put in
/etc/systemd/system
and not in/lib/systemd/system
.Also, the bin file should be stored in
/usr/local/bin
and not/usr/bin
.All this according to the FHS-3.0: http://refspecs.linuxfoundation.org/fhs.shtml
The text was updated successfully, but these errors were encountered: