1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=Service that uses device isolation
4
5[Service]
6DevicePolicy=strict
7DeviceAllow=/dev/null r
8StandardOutput=file:/tmp/testsuite66serviceresults
9ExecStartPre=rm -f /tmp/testsuite66serviceresults
10ExecStart=/bin/bash -c "while true; do sleep 0.01 && echo meow > /dev/null && echo thisshouldnotbehere; done"
11