Fedora disimprovements: am I alone?

Ed Greshko Ed.Greshko at greshko.com
Fri Mar 23 09:32:09 UTC 2012


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 at 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 at 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 at meimei system]# systemctl is-enabled openvpn at .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


More information about the users mailing list