Skip to content

Commit

Permalink
systemd: remove unused tmpfiles.d config file
Browse files Browse the repository at this point in the history
It has been prepared for the Bareos daemon pid files,
but is no longer (or has never been) used.
  • Loading branch information
joergsteffens committed Jun 14, 2021
1 parent 8d9b708 commit d549375
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/.gitignore
Expand Up @@ -31,7 +31,6 @@ platforms/suse/bareos-sd
platforms/systemd/bareos-dir.service
platforms/systemd/bareos-fd.service
platforms/systemd/bareos-sd.service
platforms/systemd/bareos.conf
platforms/univention/AppCenter/univention-bareos.ini
platforms/univention/conffiles/etc/apt/sources.list.d/60_bareos.list
scripts/bareos-config
Expand Down
1 change: 0 additions & 1 deletion core/platforms/systemd/CMakeLists.txt
Expand Up @@ -20,7 +20,6 @@ message("Entering ${CMAKE_CURRENT_SOURCE_DIR}")

message(STATUS "CMAKE_CURRENT_LIST_FILE: " ${CMAKE_CURRENT_LIST_FILE})
message(STATUS "installing systemd files to ${SYSTEMD_UNITDIR}")
set(SYSTEMD_TMPFILES ${sysconfdir}/tmpfiles.d)

install(FILES "bareos-sd.service" DESTINATION ${SYSTEMD_UNITDIR})
install(FILES "bareos-fd.service" DESTINATION ${SYSTEMD_UNITDIR})
Expand Down
2 changes: 0 additions & 2 deletions core/platforms/systemd/bareos.conf.in

This file was deleted.

0 comments on commit d549375

Please sign in to comment.