-
Notifications
You must be signed in to change notification settings - Fork 698
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove quotes from journald config parameters
The quotes may lead to unexpected behaviour such as config not being applied. The default journald config does not use quotes around the parameter values.
- Loading branch information
1 parent
485d7e2
commit ab7ec1f
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,4 @@ template: | |
path: /etc/systemd/journald.conf | ||
parameter: Compress | ||
value: yes | ||
no_quotes: 'true' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,4 @@ template: | |
path: /etc/systemd/journald.conf | ||
parameter: ForwardToSyslog | ||
value: yes | ||
no_quotes: 'true' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,3 +49,4 @@ template: | |
path: /etc/systemd/journald.conf | ||
parameter: Storage | ||
value: persistent | ||
no_quotes: 'true' |