mirror of
https://github.com/3cky/mbusd.git
synced 2024-12-24 16:37:37 +01:00
added systemd-units/mbusd@.service.in as installation target
This commit is contained in:
parent
d6cec7305b
commit
1a7f6f32a4
@ -53,6 +53,15 @@ if(LIB_UTIL AND HAVE_TTY_GET_NAME AND HAVE_UU_LOCK)
|
|||||||
add_definitions(-DHAVE_LIBUTIL)
|
add_definitions(-DHAVE_LIBUTIL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
find_program(HAVE_SYSTEMD NAMES systemd)
|
||||||
|
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/)
|
||||||
|
#TODO install a default ${CMAKE_CURRENT_SOURCE_DIR}/conf/mbusd.conf ??
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|
||||||
set(mbusd_SOURCES
|
set(mbusd_SOURCES
|
||||||
src/main.c
|
src/main.c
|
||||||
|
Loading…
Reference in New Issue
Block a user