Parser shouldn't remove trailing ';' , if passed in quotes. Example: ExecStartPre=/usr/bin/find %h/.mozilla/firefox/ -name "*.sqlite" -exec /usr/bin/sqlite3 {} VACUUM ';' [pid 6372] execve("/usr/bin/find", ["/usr/bin/find", "/home/avatar/.mozilla/firefox/", "-name", "*.sqlite", "-exec", "/usr/bin/sqlite3", "{}", "VACUUM"], [/* 84 vars */]) = 0
Created attachment 69460 [details] [review] Properly interpret \; token Some commands like use \; token. Add this token to parser
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.