summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-51-repro-1.service
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/units/testsuite-51-repro-1.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/units/testsuite-51-repro-1.service b/test/units/testsuite-51-repro-1.service
new file mode 100644
index 0000000..96ecabe
--- /dev/null
+++ b/test/units/testsuite-51-repro-1.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Issue 16115 Repro with on-abnormal
+
+[Service]
+Type=simple
+Restart=on-abnormal
+ExecCondition=/bin/false
+ExecStart=sleep 100
+RestartSec=1