mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
1c9c6fc7df
Add integration tests for journald's log filtering feature.
6 lines
143 B
Desktop File
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'
|