mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
10 lines
153 B
SYSTEMD
10 lines
153 B
SYSTEMD
|
[Unit]
|
||
|
Description=Issue 16115 Repro with on-failure
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=on-failure
|
||
|
ExecCondition=/bin/false
|
||
|
ExecStart=sleep 100
|
||
|
RestartSec=1
|