1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00
systemd/test/testsuite-04.units/logs-filtering.service

7 lines
162 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'
SyslogLevel=notice