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
Post a Comment