From 776b16614528eaa4a015c8014e272367e7c24f09 Mon Sep 17 00:00:00 2001 From: MaMe82 Date: Mon, 5 Nov 2018 22:25:36 +0100 Subject: [PATCH] Fix: wifi_nexmon_covert_channel repo fixed, thus removed systemd unit which starts monitor interface --- Makefile | 2 +- dist/P4wnP1-kali.service | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 dist/P4wnP1-kali.service diff --git a/Makefile b/Makefile index 5d16056..b4f2f69 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ installkali: cp build/P4wnP1_service /usr/local/bin/ cp build/P4wnP1_cli /usr/local/bin/ cp dist/bin/* /usr/local/bin/ - cp dist/P4wnP1-kali.service /etc/systemd/system/P4wnP1.service + cp dist/P4wnP1.service /etc/systemd/system/P4wnP1.service # copy over keymaps, scripts and www data mkdir -p /usr/local/P4wnP1 cp -R dist/keymaps /usr/local/P4wnP1/ diff --git a/dist/P4wnP1-kali.service b/dist/P4wnP1-kali.service deleted file mode 100644 index 6246bfa..0000000 --- a/dist/P4wnP1-kali.service +++ /dev/null @@ -1,21 +0,0 @@ -[Unit] -Description=P4wnP1 Startup Service -#After=systemd-modules-load.service -After=local-fs.target -DefaultDependencies=no -Before=sysinit.target - -[Service] -Type=simple -#Type=forking -#RemainAfterExit=yes -ExecStartPre=/usr/local/bin/monassure -ExecStart=/usr/local/bin/P4wnP1_service -#StandardOutput=journal+console -#StandardError=journal+console -StandardOutput=journal -StandardError=journal - -[Install] -WantedBy=multi-user.target -#WantedBy=sysinit.target