Skip to content

Commit

Permalink
XrdS3: install 'xrds3' python admin CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters1971 committed Jun 24, 2024
1 parent db8e6e3 commit e3ad479
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions src/XrdS3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
#-----------------------------------------------------------------------------
# xrootd-s3@s3 systemd unit
#-----------------------------------------------------------------------------
set(XS3_SYSTEMD_SERVICE_FILE "${CMAKE_CURRENT_SOURCE_DIR}/systemd/[email protected]")

install(FILES ${XS3_SYSTEMD_SERVICE_FILE}
DESTINATION /lib/systemd/system)

set(XS3_CONFIG_FILE "${CMAKE_CURRENT_SOURCE_DIR}/config/xrootd-s3.cfg")

#-----------------------------------------------------------------------------
# /etc/xrootd/xrootd-s3.cfg
#-----------------------------------------------------------------------------
set(XS3_CONFIG_FILE "${CMAKE_CURRENT_SOURCE_DIR}/config/xrootd-s3.cfg")
install(FILES ${XS3_CONFIG_FILE}
DESTINATION /etc/xrootd/)


#-----------------------------------------------------------------------------
# xs3
# xrds3
#-----------------------------------------------------------------------------
#add_executable(
# xrds3
# app/xs3.cc )

#target_link_libraries(
# xrds3
# ${JSONCPP_LIBRARIES} uuid stdc++fs XrdUtils )
set(XS3_APP_FILE "${CMAKE_CURRENT_SOURCE_DIR}/app/xrds3")
install(PROGRAMS ${XS3_APP_FILE} DESTINATION ${CMAKE_INSTALL_FULL_BINDIR})

0 comments on commit e3ad479

Please sign in to comment.