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