Fix: wifi_nexmon_covert_channel repo fixed, thus removed systemd unit which starts monitor interface
This commit is contained in:
@@ -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/
|
||||
|
||||
Vendored
-21
@@ -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
|
||||
Reference in New Issue
Block a user