codeskyblue / gosuv

Deprecated!!! Process managerment writtern by golang, inspired by python-supervisor
MIT License
644 stars 180 forks source link

A new tool blueprint #42

Open codeskyblue opened 6 years ago

codeskyblue commented 6 years ago
$ goservice start --name some ./some-service -addr :8000
LOG: some.log
NOTIFICATIONS: DingTalk(token=xxxxxx)
$ goservice stop some
stopped
$ goservice status
NAME  STATUS
some   stopped