]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/test-execute/exec-systemcallfilter-not-failing.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / test-execute / exec-systemcallfilter-not-failing.service
index feb206ab6d0b7fd3aec48bdfda0478a14cdebae6..c7eddea6655cf1690999f914cc3fe5beb0bbc182 100644 (file)
@@ -1,8 +1,10 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
 [Unit]
 Description=Test for SystemCallFilter
 
 [Service]
-ExecStart=/bin/echo "Foo bar"
+ExecStart=/bin/sh -c 'echo "Foo bar"'
+Type=oneshot
 SystemCallFilter=~read write open execve ioperm
 SystemCallFilter=ioctl
 SystemCallFilter=read write open execve