summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-workingdirectory.service
blob: 4c40fafcf1df0209e3d19a4c1163e30b59f356c2 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for WorkingDirectory

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