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

6 lines
143 B
SYSTEMD
Raw Normal View History

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