ubuntu 14.04 - How to see list of services run by mono-service -



ubuntu 14.04 - How to see list of services run by mono-service -

i running windows service written in c# in linux ubuntu os , new linux.

what command should come in in terminal see list of services running mono-service?

i tried service --status-all , initctl list well, it's not showing service in list.

in order see services running under mono can utilize next command:

ps ax | grep mono

it show service id , name of service.

ubuntu-14.04 mono-service

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -