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

Fix iprep-tail ExecStart to use a shell

parent 513fc021
No related branches found
No related tags found
No related merge requests found
Pipeline #15057 passed
......@@ -4,7 +4,7 @@ After=nginx.service
[Service]
EnvironmentFile=-/etc/default/iprep-tail
ExecStart=journalctl --output=cat | iprep tail --patterns=$IPREP_PATTERNS --server=$IPREP_SERVER
ExecStart=sh -c "journalctl --output=cat | 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