This irritating bug took me 2 days to figure out! It would be nice if someone could fix this one.
How to reproduce (must be run procedurally in a single function to reproduce):
Create a service object using Service
Then install eg. svc.install(); and double check the Services UI to make sure it shows up there.
Then uninstall the service using svc.uninstall() and double check the Services UI to make sure it isn't there.
Then reinstall using the svc.install()
This will not create the service.
Solution, before doing the second install, delete the daemon folder
Then perform the install and that will work.
I can't explain why per say.
This irritating bug took me 2 days to figure out! It would be nice if someone could fix this one.
How to reproduce (must be run procedurally in a single function to reproduce):
Create a service object using Service
Then install eg. svc.install(); and double check the Services UI to make sure it shows up there.
Then uninstall the service using svc.uninstall() and double check the Services UI to make sure it isn't there.
Then reinstall using the svc.install()
This will not create the service.
Solution, before doing the second install, delete the daemon folder
Then perform the install and that will work.
I can't explain why per say.