1diff --git a/interface/vmcs_host/linux/vcfiled/CMakeLists.txt b/interface/vmcs_host/linux/vcfiled/CMakeLists.txt
2index aed0e83..b325676 100644
3--- a/interface/vmcs_host/linux/vcfiled/CMakeLists.txt
4+++ b/interface/vmcs_host/linux/vcfiled/CMakeLists.txt
5@@ -17,15 +17,6 @@ target_link_libraries(vcfiled
6 install(TARGETS vcfiled
7 RUNTIME DESTINATION sbin)
8
9-configure_file (etc/init.d/vcfiled ${PROJECT_BINARY_DIR}/etc/init.d/vcfiled)
10-
11-# script to start up vcfiled at start of day
12-install(PROGRAMS ${PROJECT_BINARY_DIR}/etc/init.d/vcfiled
13- DESTINATION /etc/init.d)
14-# install locally to the installation directory too
15-install(PROGRAMS ${PROJECT_BINARY_DIR}/etc/init.d/vcfiled
16- DESTINATION ${VMCS_INSTALL_PREFIX}/share/install)
17-
18 # test program for vcfiled_check library
19 add_executable(vcfiled_lock_test vcfiled_lock_test.c)
20 target_link_libraries(vcfiled_lock_test vcfiled_check)