search for: configure_service

Displaying 5 results from an estimated 5 matches for "configure_service".

Did you mean: configure_device
2007 Sep 19
1
Fwd: win32-service of win32utils
...riting some scripts to programmatically change the user account of running a windows service. So I downloaded one of the windows utilities, win32-service, and wrote my scripts. However when I was trying to use the following scripts to change the name of the account of running a windows service s.configure_service{ |s| s.start_name = "name of the account" s.password = "password" # Note that I used plain text password } I was always given some kinds of error messages, which varied based on different formats of the account name being used. So with start_name = "domain_name\us...
2007 Sep 21
0
win32-service of win32utils
..._OWN_PROCESS | Service::INTERACTIVE_PROCESS. This means > the service is configured to interact with the desktop, you cannot > change the service to run under a domain user account. So I changed the > code of configuring service by setting service type as WIN32_OWN_PROCESS. > > s.configure_service{ |s| > s.start_name = "name of the account" > s.password = "password" > s.service_type = Service::WIN32_OWN_PROCESS > } > > Then it works now. > > Thank you very much for the help. > > Kay > > > Date: Wed, 19 Sep 2007 20:33:30 -0600 &...
2005 Dec 10
1
win32 service
Hi Ernest, I''m cc''ing the win32utils-devel mailing list in case anyone has any ideas. --- Ernest Ellingson <erne at powernav.com> wrote: > Daniel Berger wrote: > > >Hi Ernest, > > > >Me again. I just realized that it''s just a bug in > my > >documentation (duh). You can pass arguments to the > >Service.start method.
2006 Jan 02
0
Service.open
...ded a Service.open method in CVS. Looks like this: service = Service.open("ClipSrv") puts service.display_name puts service.service_description # or Service.open("myservice") do |s| s.service_description = "test" s.display_name = "new display" s.configure_service end What do you think? Dan
2013 Aug 28
3
Creating Windows services
Hello, Documentation mentions that Windows service resource provider "can start, stop, enable, and disable services". Is it possible to create (register) a service using this provider? I''m running stand-alone Puppet agent 3.4.2 on Windows. Thanks, Igor. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To