Skip to content

Commit

Permalink
--init=systemd: journalctl without --merge #417
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Feb 26, 2022
1 parent 4d48322 commit f956287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -6793,7 +6793,7 @@ Description=x11docker journal log service
# get systemd log to transfer it into x11docker.log
[Service]
Type=simple
ExecStart=/bin/sh -c '/bin/journalctl --follow --no-tail --merge >> $(convertpath share "$Systemdjournallogfile") 2>&1'
ExecStart=/bin/sh -c '/bin/journalctl --follow --no-tail >> $(convertpath share "$Systemdjournallogfile") 2>&1'
[Install]
WantedBy=x11docker.target
\" > /etc/systemd/system/x11docker-journal.service
Expand Down

0 comments on commit f956287

Please sign in to comment.