mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-08 05:57:26 +03:00
10 lines
153 B
Desktop File
10 lines
153 B
Desktop File
[Unit]
|
|
Description=Issue 16115 Repro with on-failure
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecCondition=/bin/false
|
|
ExecStart=sleep 100
|
|
RestartSec=1
|