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