Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kayobe
Commits
9b53c0ee
Commit
9b53c0ee
authored
4 months ago
by
Zuul
Committed by
Gerrit Code Review
4 months ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix group and mode of /var/log/journal"
parents
4d1651e5
5ed077cb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/logging.yml
+2
-2
2 additions, 2 deletions
ansible/logging.yml
releasenotes/notes/fix-var-log-journal-group-mode-3e7c4c822d050c8f.yaml
+6
-0
6 additions, 0 deletions
...otes/fix-var-log-journal-group-mode-3e7c4c822d050c8f.yaml
with
8 additions
and
2 deletions
ansible/logging.yml
+
2
−
2
View file @
9b53c0ee
...
...
@@ -18,8 +18,8 @@
file
:
path
:
/var/log/journal
owner
:
"
root"
group
:
"
root
"
mode
:
0755
group
:
"
systemd-journal
"
mode
:
0
2
755
state
:
directory
notify
:
Flush journal to disk
when
:
journald_storage == "persistent"
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/fix-var-log-journal-group-mode-3e7c4c822d050c8f.yaml
0 → 100644
+
6
−
0
View file @
9b53c0ee
---
fixes
:
-
|
Updates the group and mode set on the ``/var/log/journal`` directory to
match default ownership and permissions used by ``systemd-journald``.
`LP#2083494 <https://launchpad.net/bugs/2083494>`__
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment