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

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