From cee5424a49cb85961148d61ccad15c805762ed5d Mon Sep 17 00:00:00 2001 From: haturatu Date: Tue, 20 Aug 2024 22:53:16 +0900 Subject: first commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 645dae7..eb704c3 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ git clone https://github.com/haturatu/lume-watcher ``` -2. Move the mongod script to /etc/init.d/mongod. +2. Move the lume-watcher script to /etc/init.d/lume-watcher. ``` sudo mv lume-watcher /etc/init.d/lume-watcher ``` -3. Optionally, change the permissions of the mongod script. +3. Optionally, change the permissions of the lume-watcher script. ``` sudo chmod +x /etc/init.d/lume-watcher ``` -- cgit v1.2.3