mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
systemd: install service file to the system units directory
Just /usr/lib/systemd isn't valid, it needs to be a system or user unit. In our case a system unit is the right choice.
This commit is contained in:
parent
6c0898fab2
commit
cd315ee8bb
1 changed files with 1 additions and 1 deletions
|
|
@ -169,6 +169,6 @@ ki18n_install(po)
|
|||
if (INSTALL_SYSTEMD_SERVICE)
|
||||
install(FILES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/plasma-mobile.service
|
||||
DESTINATION ${KDE_INSTALL_SYSTEMDUNITDIR}
|
||||
DESTINATION ${KDE_INSTALL_SYSTEMDUNITDIR}/system
|
||||
)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue