repo.or.cz
/
systemd.io.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git]
/
test
/
test-execute
/
exec-execsearchpath-unit-specifier.service
blob
a2037e930df4b999a0fe945d0337dd977373f4df
1
# SPDX-License-Identifier: LGPL-2.1-or-later
2
[Unit]
3
Description=Test for specifiers with exec search path
4
5
[Service]
6
Type=oneshot
7
ExecSearchPath=/tmp:/bin:/usr/bin:%V
8
ExecStart=sh -x -c 'test %V = /var/tmp && test "$$PATH" = "/tmp:/bin:/usr/bin:/var/tmp"'