]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-execsearchpath-environment.service
core: Add ExecSearchPath parameter to specify the directory relative to which binarie...
[thirdparty/systemd.git] / test / test-execute / exec-execsearchpath-environment.service
1 [Service]
2 ExecStart=/bin/sh -x -c 'test "$$VAR1" = "word1 word2" && test "$$VAR2" = word3 && test "$$VAR3" = "\\$$word 5 6" && test "$$PATH" = "/tmp:/bin"'
3 Type=oneshot
4 ExecSearchPath=/tmp:/bin
5 Environment="VAR1=word1 word2" VAR2=word3 "VAR3=$word 5 6"