Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 645446

Summary: net-wireless/bluez-5.48 installs systemd service files in wrong location
Product: Gentoo Linux Reporter: Peter Wood <peter.wood>
Component: Current packagesAssignee: Pacho Ramos <pacho>
Status: RESOLVED INVALID    
Severity: normal CC: systemd
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Peter Wood 2018-01-23 13:22:28 UTC
Hi,
I have noticed that the obex.service files are still installed to /usr/lib/systemd and /usr/lib64/systemd instead of the new locations without the /usr prefix. All other service files correctly install to the new locations.
Comment 1 Pacho Ramos gentoo-dev 2018-01-23 18:34:18 UTC
Even passing:
--with-systemduserunitdir="$(systemd_get_userunitdir)"

systemd_get_userunitdir ends up pointing to /usr:
--enable-monitor --with-systemdsystemunitdir=/lib/systemd/system --with-systemduserunitdir=/usr/lib/systemd/user --enable-midi

is that wanted?
Comment 2 Mike Gilbert gentoo-dev 2018-01-23 18:40:48 UTC
User units are always installed in /usr/lib/systemd/user.

Only system units get moved to /lib/systemd/system.
Comment 3 Pacho Ramos gentoo-dev 2018-01-23 18:46:56 UTC
Thanks for the info :)