Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dojiong/daemon-manager
- Owner: dojiong
- License: bsd-3-clause
- Archived: true
- Created: 2012-08-10T08:18:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T08:43:15.000Z (about 9 years ago)
- Last Synced: 2024-10-02T21:05:58.407Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - dojiong/daemon-manager
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
```