Description of problem: If i use systemctl to stop a service and make a typo in the service name (like systemctl stop upcupsd.service instead of apcupsd.service) or try to stop a service that isn't even installed, systemctl does not issue any message like: "error (Reason: No such file or directory)" Version-Release number of selected component (if applicable): systemd-37-3.fc16.i686 How reproducible: Always Steps to Reproduce: 1. Issue a command like "systemctl stop invalid.service" 2. 3. Actual results: No warning or error Expected results: A warning or error message like "error (Reason: No such file or directory)" Additional info:
*** This bug has been marked as a duplicate of bug 732874 ***