summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-51-repro-1.service
blob: 96ecabe23472e6cde2ced211e81f553aacdafbe5 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Issue 16115 Repro with on-abnormal

[Service]
Type=simple
Restart=on-abnormal
ExecCondition=/bin/false
ExecStart=sleep 100
RestartSec=1