mirror of
https://github.com/systemd/systemd.git
synced 2025-02-01 09:47:35 +03:00
6 lines
143 B
SYSTEMD
6 lines
143 B
SYSTEMD
|
[Unit]
|
||
|
Description=Log filtering unit
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=sh -c 'while true; do echo "Logging from the service, and ~more~"; sleep .25; done'
|