mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
bb9244781c
Fixes: #16115
10 lines
155 B
Desktop File
10 lines
155 B
Desktop File
[Unit]
|
|
Description=Issue 16115 Repro with on-abnormal
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-abnormal
|
|
ExecCondition=/bin/false
|
|
ExecStart=sleep 100
|
|
RestartSec=1
|