Mirror

Vova Tkach 0db984f908 Update README file 6 years ago
LICENSE 1b0d5be305 Initial commit 6 years ago
Makefile 1ee13d1a69 Fix logrotate 6 years ago
README.md 0db984f908 Update README file 6 years ago

README.md

bash-daemon-maker

Daemon auto assembly by make utility

Dependences

apt-get install make
apt-get install wget
apt-get install unzip

And root access.

How to use

su root
apt-get install make; apt-get install wget; apt-get install unzip; mkdir ~/tmpdaemon; cd ~/tmpdaemon; wget -O Makefile https://raw.githubusercontent.com/vladimirok5959/bash-daemon-maker/master/Makefile; make
make install NAME=my-service
cd ~; rm -rd ~/tmpdaemon

Now we can simply edit daemon loop.sh file for our logic.