We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd180c commit 96d0845Copy full SHA for 96d0845
CMakeLists.txt
@@ -559,6 +559,6 @@ endif()
559
################################################################################
560
# 安装 proxy_server 服务
561
562
-configure_file(proxy.service.in proxy.service)
+configure_file(proxy.service.in proxy-server@.service)
563
install(TARGETS proxy_server RUNTIME DESTINATION bin)
564
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/proxy.service DESTINATION /usr/lib/systemd/system/)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/proxy-server@.service DESTINATION /usr/lib/systemd/system/)
0 commit comments