Comment #12 on issue 149 by bpatru: memcached.exe exits with Failed to
ignore SIGHUP
http://code.google.com/p/memcached/issues/detail?id=149
@ ingenthr
-d does not set it up as a service but according to help makes it run as a
daemon. Do a memcached.exe -h.
Whatever parameter you want to supply to memcached when you want it as a
service you can do it:
SC create memcached binpath= "c:\memcached\145\memcached.exe -m 512 -d <and
any extra parameter here>"
So what guys did with version 1.4.5 is ok, only that -d that is supposed to
run the thing as a deamon (service in windows) is not doing the thing
correctly.
I hope they will correct this.
Basically we do not need anymore -d start / install / uninstall / stop. But
we need it as a service so new -d parameter should do its job.