From 27cc949c8a484202f578f5df19093972c5b118c5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 30 Jan 2020 17:02:24 -0800 Subject: Only invert one channel --- sdio-hciattach.service | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sdio-hciattach.service (limited to 'sdio-hciattach.service') diff --git a/sdio-hciattach.service b/sdio-hciattach.service deleted file mode 100644 index 7c1d5a7..0000000 --- a/sdio-hciattach.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Start bluetooth on ttyS0 -After=systemd-modules-load.service - -[Service] -Type=forking -ExecStart=/bin/bash -c 'echo 0 > /sys/class/rfkill/rfkill0/state; sleep 1; echo 1 > /sys/class/rfkill/rfkill0/state; sleep 1; exec /usr/bin/hciattach /dev/ttyS0 bcm43xx 1500000 flow nosleep' - -[Install] -WantedBy=multi-user.target - -- cgit v1.2.1