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

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