Skip to content
Snippets Groups Projects
Commit 97c50619 authored by ale's avatar ale
Browse files

Add missing -f to journalctl invocation

parent 157d78d3
No related branches found
No related tags found
No related merge requests found
Pipeline #15062 passed
......@@ -4,7 +4,7 @@ After=nginx.service
[Service]
EnvironmentFile=-/etc/default/iprep-tail
ExecStart=sh -c "journalctl --output=cat | iprep tail --patterns $IPREP_PATTERNS --server $IPREP_SERVER"
ExecStart=sh -c "journalctl --output=cat -f | iprep tail --patterns $IPREP_PATTERNS --server $IPREP_SERVER"
NoNewPrivileges=yes
ProtectSystem=full
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment