mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
7 lines
162 B
Desktop File
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
|