Skip to content

Commit

Permalink
Remove quotes from journald config parameters
Browse files Browse the repository at this point in the history
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
Mackemania committed Jul 3, 2023
1 parent 485d7e2 commit ab7ec1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ template:
path: /etc/systemd/journald.conf
parameter: Compress
value: yes
no_quotes: 'true'
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ template:
path: /etc/systemd/journald.conf
parameter: ForwardToSyslog
value: yes
no_quotes: 'true'
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ template:
path: /etc/systemd/journald.conf
parameter: Storage
value: persistent
no_quotes: 'true'

0 comments on commit ab7ec1f

Please sign in to comment.