summaryrefslogtreecommitdiffstats
path: root/test/testsuite-63.units/test63.service
blob: 01a928b8d6dea2e0a5cd71d58d44acc6fdc143a8 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
ConditionPathExists=/tmp/nonexistent

[Service]
ExecStartPre=sh -c 'test "$TRIGGER_PATH" = /tmp/test63'
ExecStartPre=sh -c 'test "$TRIGGER_UNIT" = test63.path'
ExecStart=true