You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
184 B

{% calculate format='regex' %}
<reg>\n(\s+)(plymouthd)(\s*--attach-to-session)(\s*--pid-file\s*\S+)</reg>
<text>
\1if getargbool 0 quiet
\1then
\1\1\2\4\3
\1else
\1\1\2\4
\1fi
</text>