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

Update bitcoin.service to conform to init.md #12255

Merged
merged 2 commits into from Feb 4, 2019
Merged

Commits on Jan 5, 2019

  1. init: Use systemd automatic directory creation

    Tell systemd to create, set, and ensure the right mode for the PID,
    configuration, and data directories.
    
    Only the exec bit is set for groups for the aforementioned directories.
    This is the least privilege perm that allows for the
    reading/writing/execing of files under the directory _if_ the files
    themselves give permission to its group to do so (e.g. when -sysperms is
    specified). Note that this does not allow for the listing of files under
    the directory.
    dongcarl committed Jan 5, 2019
    Copy the full SHA
    b0c7b54 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Copy the full SHA
    bad1716 View commit details
    Browse the repository at this point in the history