On 02/11/2015 02:38 PM, Joseph wrote:
> On 02/11/15 13:52, walt wrote:
>> On 02/11/2015 10:58 AM, Joseph wrote:
>>> on Fedora when I do systemctl enable openvpn@eeepc.service
>>>
>>> I get:
>>> Failed to execute operation: No such file or directory.
>>
>> You need to escape the @ by typing openvpn\@eeepc.service,
>> which is not clear from the error message.
> 
> I'm still getting the same "failed" error message.
> 
> systemctl start openvpn\@eeepc.service

Yes, I see the same, which I feel is a systemd bug.  The escaping
trick works only with the 'enable' command, not stop or start. Dumb.

As an experiment you might try systemctl start openvpn\*  or even
openvpn[@]eeepc  in case regexps might work.

BTW the .service is optional, systemd assumes it as the default.



Reply via email to