Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cszichao authored Mar 9, 2018
1 parent dac3ab4 commit dd470d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/):

Expand Down Expand Up @@ -109,4 +109,4 @@ to remove the daemon

```bash
httpdaemon -s remove
```
```

0 comments on commit dd470d6

Please sign in to comment.