diff options
| author | Qiuwen Lu <[email protected]> | 2018-01-24 19:53:37 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2018-01-24 19:53:37 +0800 |
| commit | 2116050524d2cba9fac89844564645770d60e12f (patch) | |
| tree | aad7f9cfcad32fd568be4eb33d37e23b029eaec1 | |
| parent | 266c1bb55eeebf69ec38719e8d4a23b10cfe11b8 (diff) | |
删除无用的Timer文件v4.2.36-20180124
| -rw-r--r-- | tools/systemd/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/systemd/CMakeLists.txt b/tools/systemd/CMakeLists.txt index 1f22299..96022a6 100644 --- a/tools/systemd/CMakeLists.txt +++ b/tools/systemd/CMakeLists.txt @@ -2,7 +2,6 @@ configure_file(mrzcpd.service.in mrzcpd.service) configure_file(mrtunnat.service.in mrtunnat.service) configure_file(mrmonit.service.in mrmonit.service) -configure_file(mrmonit.timer.in mrmonit.timer) install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrenv.service DESTINATION ${MR_INSTALL_SYSUNITDIR} COMPONENT Program) @@ -16,7 +15,4 @@ install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrtunnat.service install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrmonit.service DESTINATION ${MR_INSTALL_SYSUNITDIR} COMPONENT Program) -install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrmonit.timer - DESTINATION ${MR_INSTALL_SYSUNITDIR} COMPONENT Program) - install(PROGRAMS mrenv-script DESTINATION bin COMPONENT Program)
\ No newline at end of file |
