mirror of
https://github.com/systemd/systemd.git
synced 2025-03-10 16:58:28 +03:00
test-execute: add test for ConditionKernelVersion= with quotation
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user