systemd/test/testsuite-07.units/issue16115-repro-1.service
2023-05-10 21:26:26 +02:00

11 lines
200 B
Desktop File

# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Issue 16115 Repro with on-abnormal
[Service]
Type=simple
Restart=on-abnormal
ExecCondition=/bin/false
ExecStart=sleep 100
RestartSec=1