mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
11 lines
200 B
Desktop File
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
|