From 4b02fa90217c9fe016c09ee706fb4d7f1a447acc Mon Sep 17 00:00:00 2001 From: dvs1 Date: Tue, 15 Oct 2024 00:47:35 +1000 Subject: Correct docs about where to put the aataaj.lua script --- README.md | 2 +- aataaj.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db0b321..47d1ba7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The packages you need installed are - You need to have the snd-aloop kernel module loaded. The aataaj.lua script should be run at boot time, put it into -/etc/boot.d/ and activate it with - +/etc/init.d/ and activate it with - update-rc.d aataaj.lua defaults diff --git a/aataaj.lua b/aataaj.lua index 9153fee..6315982 100755 --- a/aataaj.lua +++ b/aataaj.lua @@ -41,7 +41,7 @@ The packages you need installed are - You need to have the snd-aloop kernel module loaded. The aataaj.lua script should be run at boot time, put it into -/etc/boot.d/ and activate it with - +/etc/init.d/ and activate it with - update-rc.d aataaj.lua defaults -- cgit v1.1