diff options
author | haturatu <taro@eyes4you.org> | 2024-08-20 22:53:16 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-08-20 22:53:16 +0900 |
commit | cee5424a49cb85961148d61ccad15c805762ed5d (patch) | |
tree | 5c73bb71a65cf2662dc86c8ed4837fe9968e02b6 | |
parent | f86c7b6934c1caa53b84b34045f5de755b9cfb36 (diff) |
first commit
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |