This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tfe/script/CMakeLists.txt

8 lines
630 B
CMake
Raw Normal View History

install(FILES service/tfe.service DESTINATION /usr/lib/systemd/system/ COMPONENT Program)
2019-09-06 16:52:23 +08:00
install(FILES service/tfe-env-tun-mode.service DESTINATION /usr/lib/systemd/system/ COMPONENT Program)
install(FILES service/tfe-env.service DESTINATION /usr/lib/systemd/system/ COMPONENT Program)
install(FILES sysctl/80-tfe.conf DESTINATION /etc/sysctl.d/ COMPONENT Profile)
install(FILES tmpfiles/tfe.conf DESTINATION /usr/lib/tmpfiles.d/ COMPONENT Profile)
install(FILES service/tfe-env-config DESTINATION /etc/sysconfig/ COMPONENT Profile)
install(FILES shell/show_trust_certs_info.sh DESTINATION /opt/tsg/tfe/shell/ COMPONENT Program)