Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstallation of Linux SysV incomplete? #95

Open
railsmechanic opened this issue May 23, 2017 · 0 comments
Open

Uninstallation of Linux SysV incomplete? #95

railsmechanic opened this issue May 23, 2017 · 0 comments

Comments

@railsmechanic
Copy link

railsmechanic commented May 23, 2017

Maybe this is not an issue, but when I uninstall a service on Debian 7, which is using SysV, only the startup script in /etc/init.d/<script> is deleted. The symlinks placed in the rc<level>.ddirectories are still there.

In service_sysv_linux.go (line 89 - 93) symlinks are placed in the appropriate directories, but in the Uninstall function (line 103) only the script in /etc/init.d/ is deleted.

So my question is, will the "invalid" symlinks deleted on the next reboot, or is just the uninstallation instruction in the Uninstall function incomplete?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant