Bug 838340

Summary: systemctl fails installing a multi-instance service
Product: [Fedora] Fedora Reporter: Richard Neumann <mail>
Component: systemdAssignee: systemd-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: johannbg, lnykryn, mail, metherid, msekleta, notting, plautrba, systemd-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-09 07:52:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Richard Neumann 2012-07-08 14:34:24 UTC
Description of problem:
When trying to enable a system service, for instance 'openvpn', on boot, openvpn fails to do so.

Version-Release number of selected component (if applicable):
systemd 44
fedora
+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETU

How reproducible:
Try to enable a multi intace service, for instance openVPN.

Steps to Reproduce:
1. systemctl enable openvpn
  
Actual results:
Message "Failed to issue method call: No such file or directory"
with a return code of 1

Expected results:
An empty output with return code of 0.

Additional info:
You can enable such services using the workaround
1. ln -s /lib/systemd/system/openvpn\@.service /etc/systemd/system/multi-user.target.wants/openvpn\@myconfig.service

Comment 1 Richard Neumann 2012-07-08 14:36:51 UTC
Sorry, I made a mistake in the description. It should mean:
When trying to enable a system service, for instance 'openvpn', on boot, _systemctl_ fails to do so

Comment 2 Michal Sekletar 2012-07-09 07:52:01 UTC

*** This bug has been marked as a duplicate of bug 752774 ***