-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update README.md - Prevent service from running by disabling eruption systemd service script #8
Conversation
Also prevent service from running by disabling the eruption.service.
Remove extra blank line.
Hi! Thank you very much for your contribution!
So it would not be completely true to state that one can inhibit the launch of Eruption by disabling the systemd unit! |
Don't know what to tell you @X3n0m0rph59. But I can confirm without doubt that on Ubuntu 18.04, the eruption daemon will not start when the service is Disabling works with the package version you provided when I inquired about installation problems in issue #7. Side note...I had time to play around more with Eruption and customize it today. Now that I have it how I like it, I kept the Eruption service running now :)! |
Changed to using systemd mask option which works with systemd 237 on Ubuntu 18.04.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your contributions!
Please implement the suggested changes, so that I can merge your branch.
README.md
Outdated
```sh | ||
$ sudo systemctl disable eruption | ||
$ sudo systemctl mask eruption |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be more specific, we should use: eruption.service
README.md
Outdated
``` | ||
You can always re-enable the Eruption service with the command: | ||
```sh | ||
$ sudo systemctl enable eruption |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"sudo systemctl unmask eruption.service" would be the complement to "sudo systemctl mask eruption.service"
I think it is because the
Glad to hear that! :-) |
Update per PR comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated per comments.
Although I have the package installed, I don't have the kernel parameter set as described in the
README.md
and am able to prevent the eruption from running by simply disabling the service. I would ask that providing this information be described as an option for users.