Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dojiong/daemon-manager

user tool for creating and managing daemons
https://github.com/dojiong/daemon-manager

Last synced: 15 days ago
JSON representation

user tool for creating and managing daemons

Awesome Lists containing this project

README

        

daemon-manager
==============

manage linux daemons.

###Usage
```
#run a daemon
dm run "sleep 10"

#list all daemons
dm list

#kill a daemon named "server"
dm kill -n server
```

####cmdline help
```
$ dm -h
$ dm run -h
$ dm list -h
$ dm kill -h
```