1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=Test for specifiers with exec search path
4
5[Service]
6Type=oneshot
7ExecSearchPath=/tmp:/bin:/usr/bin:%V
8ExecStart=/bin/sh -x -c 'test %V = /var/tmp && test "$$PATH" = "/tmp:/bin:/usr/bin:/var/tmp"'
9