mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test-execute: add test for ConditionKernelVersion= with quotation
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
4ec8514142
commit
fd4487f01a
@@ -1,5 +1,7 @@
|
||||
[Unit]
|
||||
Description=Test for basic execution
|
||||
ConditionKernelVersion=">=3.0"
|
||||
ConditionKernelVersion=">=2.0" "<=60" "!=1.4"
|
||||
|
||||
[Service]
|
||||
ExecStart=touch /tmp/a ; /bin/sh -c 'touch /tmp/b' ; touch /tmp/c
|
||||
|
||||
Reference in New Issue
Block a user