Description of problem: sipwitch fails to start with systemctl Version-Release number of selected component (if applicable): 1.6.1.1.fc20 How reproducible: Always Steps to Reproduce: 1. Enter 'systemctl start sipwitch' at terminal. 2. 3. Actual results: Fails with 'Failed to issue method call: Unit sipwitch.service failed to load: No such file or directory.' Expected results: sipwitch starts. Additional info: The sipwitch.service file is located in /usr/lib64/systemd/service/ directory. There are no other files in this directory on my x86_64 machine. Moving the file to /usr/lib/systemd/service/ resolves the 'no such file' issue but sipwitch still fails to start. journalctl shows sipwitch complaining and printing it's help (list of command line options). Editing the sipwitch.service file and changing the ExecStart line to: ExecStart=/usr/sbin/sipw -b $OPTIONS allows the service to start. Whether the options are passed correctly is another question - I've not got that far yet...
This is a dup of 1057867, which is currently pending fix release...
*** This bug has been marked as a duplicate of bug 1057867 ***