summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-user-nfsnobody.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-user-nfsnobody.service')
-rw-r--r--test/test-execute/exec-user-nfsnobody.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-user-nfsnobody.service b/test/test-execute/exec-user-nfsnobody.service
index 8f0943c..1ce5f08 100644
--- a/test/test-execute/exec-user-nfsnobody.service
+++ b/test/test-execute/exec-user-nfsnobody.service
@@ -3,6 +3,6 @@
Description=Test for User
[Service]
-ExecStart=/bin/sh -x -c 'test "$$USER" = "nfsnobody"'
+ExecStart=sh -x -c 'test "$$USER" = "nfsnobody"'
Type=oneshot
User=nfsnobody