Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 250 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 250 Bytes

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