summaryrefslogtreecommitdiffstats
path: root/test/testsuite-07.units/issue16115-repro-2.service
blob: 7c65691029d90e757b4febe839d361ecf341ade8 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Issue 16115 Repro with on-failure

[Service]
Type=simple
Restart=on-failure
ExecCondition=/bin/false
ExecStart=sleep 100
RestartSec=1