|
NAMEmono-service, mono-service2 - Mono ServiceProcess hostSYNOPSISmono-service [options] program.exeDESCRIPTIONThe mono-service is a host to run services built with the ServiceProcess assembly.Use mono-service to run services that use the 1.0 assemblies and use mono-service2 to run services that use the 2.0 assemblies. Services can be paused by sending the SIGUSR1 signal to the process, and execution can be resumed by sending the SIGUSR2 signal. The service can be cleanly shutdown by sending the SIGTERM signal to the process. The following options can be used to control the service:
CONTROLYou can control the service by sending signals to the process, you can use the following commands:
EXAMPLESStart the MyService.exe assembly, with a lock in /root/service-lock:mono-service -l:/root/service-lock MyService.exe DEBUGGINGMessages produced by the service are logged on syslog.MAILING LISTSVisit http://lists.ximian.com/mailman/listinfo/mono-list for details.WEB SITEVisit: http://www.mono-project.com for detailsSEE ALSOmono(1)N:System.ServiceProcess Visit the GSP FreeBSD Man Page Interface. |