Displaying 2 results from an estimated 2 matches for "service_start_nam".
Did you mean:
service_start_name
2005 Feb 28
1
Bug in win32-service
I found a small (easily worked around) bug in service.c. The accessor
for the start user is called "start_name", but create_service tries to
access "@service_start_name". A simple
"service.instance_eval{@service_start_name = ''name''} works around it,
but I thought ya''ll might want to fix it.
BTW, thanks for win32-utils... I don''t like using Windows, but when I
do need to, it''s KILLER to have all of these tool...
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby
1.8.6 with a "normal" user account, i.e. a user which belongs only to
the Windows group "Users". The rationale behind this is that running a
web server with full administrative rights (e.g. Local System) is not
something that I would like to do.
Unfortunately, starting the service from the services control