mirror of
https://github.com/3cky/mbusd.git
synced 2025-01-28 22:01:39 +01:00
cmake: changed target location of mbusd@service to /lib/systemd/system
This commit is contained in:
parent
b8cd322650
commit
16dbcd7324
@ -58,7 +58,7 @@ if(HAVE_SYSTEMD)
|
||||
set(bindir ${CMAKE_INSTALL_FULL_BINDIR})
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/systemd-units/mbusd@.service.in mbusd@service)
|
||||
|
||||
install(FILES mbusd.service DESTINATION /usr/lib/systemd/user/)
|
||||
install(FILES mbusd.service DESTINATION /lib/systemd/system)
|
||||
#TODO install a default ${CMAKE_CURRENT_SOURCE_DIR}/conf/mbusd.conf ??
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user