Skip to content

Commit

Permalink
Merge pull request #2754 from theMarix/fix-systemd-unit-install-path
Browse files Browse the repository at this point in the history
Fix Systemd unit install location
  • Loading branch information
jamescowens authored Mar 24, 2024
2 parents 4b8557f + bc30bd8 commit 8b05385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ if(ENABLE_DAEMON)
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"
)
install(FILES "${CMAKE_SOURCE_DIR}/contrib/init/gridcoinresearchd.service"
DESTINATION /lib/systemd/system
DESTINATION "lib/systemd/system"
)
endif()
endif()
Expand Down

0 comments on commit 8b05385

Please sign in to comment.