Browse Source

Update README file

Vova Tkach 6 years ago
parent
commit
b8a4ad1a4a
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -13,6 +13,15 @@ And root access.
 su root  
 apt-get install make; apt-get install wget; apt-get install unzip; mkdir ~/tmpdaemon; cd ~/tmpdaemon; wget -O Makefile https://github.com/vladimirok5959/bash-daemon-maker/releases/download/latest/Makefile; make  
 make install NAME=**my-service**  
+```
+Check for dependences...
+Check directories...
+Download latest empty daemon...
+Installing...
+Create symlink...
+Create config file for logrotate...
+Done! Daemon with name 'my-service' successfully generated!
+```
 cd ~; rm -rd ~/tmpdaemon  
   
 Now we can simply edit daemon `/etc/my-service/loop.sh` file for our logic.