-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add User, Group, StandardOutput and StandardError services. #321
Conversation
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.
LGTM but REFERENCE.md
needs to be updated so that the tests can run. bundle exec rake reference
5fc8f64
to
931b356
Compare
Done |
Now a rubocop violation, not sure where this is coming from.
|
Much appreciated, @jhoblitt ! |
Looks fine with a re-base , obviously user and group at least added already so just add the others. |
* Allow `StandardOutput` and `StandardError` in [Service] section. * Allow `RequireMountsFor` in `[Unit]` section. * https://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardOutput= * https://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardError= * https://www.freedesktop.org/software/systemd/man/systemd.unit.html#RequiresMountsFor= Note documentation for RequiresMountsFor is actually incomplete [1] * [1] https://serverfault.com/questions/1085820/systemd-requiresmountsfor-multiline-syntax Fixes: voxpupuli#321
Why was this closed? |
Because #353 implemented it. |
Naw, you did all the work...thanks for implementing it and explaining how my issue was closed. |
Pull Request (PR) description
I've added a few units and services that I need and were missing from this project.