mirror of
https://github.com/3cky/mbusd.git
synced 2025-01-29 22:11:34 +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})
|
set(bindir ${CMAKE_INSTALL_FULL_BINDIR})
|
||||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/systemd-units/mbusd@.service.in mbusd@service)
|
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 ??
|
#TODO install a default ${CMAKE_CURRENT_SOURCE_DIR}/conf/mbusd.conf ??
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user