1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-01 09:47:35 +03:00
systemd/test/testsuite-04.units/logs-filtering.service
Quentin Deslandes 1c9c6fc7df journal: add integration tests for log filtering
Add integration tests for journald's log filtering feature.
2022-12-15 09:57:39 +00:00

6 lines
143 B
Desktop File

[Unit]
Description=Log filtering unit
[Service]
ExecStart=sh -c 'while true; do echo "Logging from the service, and ~more~"; sleep .25; done'