From dd470d686e70c44a869b72c62009a1d975334ba9 Mon Sep 17 00:00:00 2001 From: Zichao Li Date: Fri, 9 Mar 2018 17:02:21 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afa3db4..78e956c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # daemon -This package provides a command line wrapper for https://github.com/takama/daemon which could make a daemon service using a few of lines on morden systems like Linux(systemv, upstart and systemd), Windows, Darwin and FreeBSD. +This package provides a command line wrapper for https://github.com/takama/daemon which could make a daemon service using a few lines of code on morden systems like Linux(systemv, upstart and systemd), Windows, Darwin and FreeBSD. The daemon provides `install`, `remove`, `start`, `stop` and `status` commands to help you install or remove service scripts, start or stop the service and get the running status of the service respectively by injecting the sub command line just like [nginx -s](https://www.nginx.com/resources/wiki/start/topics/tutorials/commandline/): @@ -109,4 +109,4 @@ to remove the daemon ```bash httpdaemon -s remove -``` \ No newline at end of file +```