]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-51-repro-1.service
core: don't consider SERVICE_SKIP_CONDITION for abnormal or failure restarts
[thirdparty/systemd.git] / test / units / testsuite-51-repro-1.service
1 [Unit]
2 Description=Issue 16115 Repro with on-abnormal
3
4 [Service]
5 Type=simple
6 Restart=on-abnormal
7 ExecCondition=/bin/false
8 ExecStart=sleep 100
9 RestartSec=1