Skip to content

Frustrating bug when uninstalling a service and then trying to reinstall - resolved with this. #390

@risharde

Description

@risharde

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions