Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: how can I start a windows service?

...

Hint: prunsrv will add "//RS//SCNService" to the ImagePath, which will be passed to SCNService.exe when the Windows SCM (Service Control Manager) is staring the service. Most Services will ignore such command line arguments, but you should check this with your service just to make sure.

Can I use the common daemon to start a Windows service?

I can stop a windows service with //SS//ServiceName. As I tried to start it again with //RS// nothing happend?

UNIX Return codes

  • 0 = Successful operation
  • 1 = ? (When used for starting tomcat it starts but returns this...?)

...