[/usr]/lib/systemd/system/
The expectation is that `/lib/systemd/system` is a directory that should only contain systemd unit files which were put there by the package manager (YUM/DNF/RPM/APT/etc).
Files in /etc/systemd/system are manually placed here by the operator of the system for ad-hoc software installations that are not in the form of a package. This would include tarball type software installations or home grown scripts.
https://unix.stackexchange.com/questions/206315/whats-the-difference-between-usr-lib-systemd-system-and-etc-systemd-system
The directory that contains system-specific systemd unit files is /etc/systemd/system/. This directory is reserved for unit files created or customized by the system administrator.
The /lib/systemd/system/ directory, on the other hand, is for unit files provided by installed packages. These files should not be edited directly, as they may be overwritten by package updates. Instead, administrators can override these unit files by creating corresponding files in the /etc/systemd/system/ directory.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
[Removed]
4 months ago[Removed]
4 months agormmichael95
11 months agoBrunfthuf
1 year agoBrunfthuf
1 year agobluepenguin
2 years, 3 months agomilan92stankovic
3 years, 6 months agoBrunfthuf
1 year ago