From d55f83ce161badbc77a15165c668b57201e5aedf Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 12 Mar 2019 15:30:09 +0000 Subject: [PATCH] Deleted servicesdisable.sh --- installers/servicesdisable.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 installers/servicesdisable.sh diff --git a/installers/servicesdisable.sh b/installers/servicesdisable.sh deleted file mode 100644 index a59f154e..00000000 --- a/installers/servicesdisable.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# When wireless client AP mode is enabled, the hostapdstart script handles starting up network services -# in a specific order and timing to avoid race conditions. Disabling them here ensures they are not run -# at system startup. - -sudo systemctl stop hostapd -sudo systemctl stop dnsmasq -sudo systemctl stop dhcpcd -sudo systemctl disable hostapd -sudo systemctl disable dnsmasq -sudo systemctl disable dhcpcd \ No newline at end of file