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