]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-execsearchpath-environment-path-set.service
bpf: fix SPDX short identifier for LGPL-2.1-or-later
[thirdparty/systemd.git] / test / test-execute / exec-execsearchpath-environment-path-set.service
1 [Service]
2 ExecStart=/bin/sh -x -c 'test "$$PATH" = "/usr" && test "$$VAR1" = word3 && test "$$VAR2" = "\\$$word 5 6"'
3 Type=oneshot
4 ExecSearchPath=/tmp:/bin
5 Environment="PATH=/usr" VAR1=word3 "VAR2=$word 5 6"