install systemd service for debian packages

This commit is contained in:
loki 2021-07-03 18:13:05 +02:00
commit e169259f6f
2 changed files with 10 additions and 9 deletions

View file

@ -145,7 +145,7 @@ else()
third-party/glad/include)
if(NOT DEFINED SUNSHINE_EXECUTABLE_PATH)
set(SUNSHINE_EXECUTABLE_PATH "${CMAKE_CURRENT_BINARY_DIR}/sunshine")
set(SUNSHINE_EXECUTABLE_PATH "sunshine")
endif()
configure_file(gen-deb.in gen-deb @ONLY)
configure_file(sunshine.service.in sunshine.service @ONLY)