Hello! I need define several conditions in [Unit]. ConditionPathExists=/sbin/startevms ConditionKernelCommandLine=!noevms Service must run only if both conditions is true. Now service run if at least one condition is true. How chenge (Condition1 || Condition2) to (Condition1 && Condition2) -- Alexey Shabalin