1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=Test for SystemCallFilter
4
5[Service]
6ExecStart=/bin/sh -c 'echo "Foo bar"'
7Type=oneshot
8SystemCallFilter=
9