]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/test-execute/exec-systemcallerrornumber.service
test-execute: Fix systemd escaping and shell issues
[thirdparty/systemd.git] / test / test-execute / exec-systemcallerrornumber.service
index b11a952bd62f1d51d2bf75dbc6862488b21d24f5..ff7da3c1a49c20156693dbc7c147ad48106c9e94 100644 (file)
@@ -2,6 +2,7 @@
 Description=Test for SystemCallErrorNumber
 
 [Service]
-ExecStart=/bin/sh -c 'uname -a'
+ExecStart=/bin/sh -x -c 'uname -a'
+Type=oneshot
 SystemCallFilter=~uname
 SystemCallErrorNumber=EACCES