summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-workingdirectory.service
blob: fe3c420d2d3c3ef1496ea61055e7c20479ef0b0e (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test for WorkingDirectory

[Service]
ExecStart=/bin/sh -x -c 'test "$$PWD" = "/tmp/test-exec_workingdirectory"'
Type=oneshot
WorkingDirectory=/tmp/test-exec_workingdirectory