On 03/23/2012 05:26 PM, Timothy Murphy wrote:
> Joe Zeff wrote:
>
>>> Incidentally, none of the systemctl advocates has answered my query:
>>> How do I say "chkconfig openvpn on" in systemctl-speak?
>> I'm not that fond of systemctl, but I can help with this:
>>
>> systemctl start openvpn.service
>>
>> will start it running and
>>
>> systemctl enable openvpn.service
>>
>> will make it start @boot.  HTH, HAND.
> [tim@blanche ~]$ sudo systemctl start openvpn.service
> Failed to issue method call: Unit openvpn.service failed to load: No such 
> file or directory. See system logs and 'systemctl status openvpn.service' 
> for details.
> [tim@blanche ~]$ sudo systemctl enable openvpn.service
> Failed to issue method call: No such file or directory
>
> Nb I know how to start the service,
> but I don't know any simple way to enable it.
>

Kind of silly....  But I always check /lib/systemd/system to make sure the name 
of
the service is what I think it is....

[root@meimei system]# systemctl is-enabled openvpn@.service
disabled

So, it seems it is named "close" to what one would expect.  :-)

-- 
Do not condemn the judgment of another because it differs from your own. You 
may both
be wrong. -- Dandemis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to