Fix broken `ExecStart` command
Created by: joshklod
597ddff8 (#13) breaks the ExecStart
command.
This PR was created to fix a bug that no longer exists. The solution of using extended regular expressions was in fact incorrect, but just happened to cancel out the bug in certain cases. Now that the bug has been fixed (dabf1320), this breaks the regex in all cases.
Fixes #16 (closed)