summaryrefslogtreecommitdiffstats
path: root/test/testsuite-23.units/testsuite-23-retry-fail.service
blob: 0fc27c41fee0128b607b9c4aafc5309ae7fe6bda (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Failed Dependency Unit

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/sh -c "if [ -f /tmp/testsuite-23-retry-fail ]; then exit 0; else exit 1; fi"
Restart=no