Skip to content

Commit

Permalink
Fix: Add LIBDIR to SYSTEMD_SERVICE_DIR config
Browse files Browse the repository at this point in the history
By default install the systemd files into `/usr/local/lib/systemd/system`.

Implement a similar change as in greenbone/gvmd#2304
  • Loading branch information
bjoernricks committed Jan 20, 2025
1 parent 4956b7c commit 1d3b52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


if (NOT SYSTEMD_SERVICE_DIR)
set (SYSTEMD_SERVICE_DIR "/lib/systemd/system")
set (SYSTEMD_SERVICE_DIR "${LIBDIR}/systemd/system")
endif (NOT SYSTEMD_SERVICE_DIR)

if (NOT LOGROTATE_DIR)
Expand Down

0 comments on commit 1d3b52d

Please sign in to comment.