I'd agree that the systemctl syntax is clumsier. But on my machines,
the boot time has reduced dramatically.

I still haven't discovered the equivalent of "chkconfig openvpn on"
under the new dispensation.

openvpn has special issues with systemd, but once you know the magic recipe, it works fine. See:
https://bugzilla.redhat.com/show_bug.cgi?id=744244

If your openvpn config file is /etc/openvpn/client.conf, do:


ln -s /lib/systemd/system/openvpn\@.service \
   /etc/systemd/system/openvpn\@client.service

systemctl daemon-reload

systemctl start openvpn@client.service

systemctl status openvpn@client.service


Replace "client" with "server" in each command if the computer is the openvpn server.


- Mike


--
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