Refactor: libcrmservice: Fail systemd rsc start if create override fails
This really shouldn't fail.
Previously, we warned in this case. However, we ought to make sure the
service is cluster-controlled, and a future commit will implement action
timeouts via systemd overrides. So we'll actually need to make sure the
override succeeds.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>