On 11/10/2011 07:38 AM, Timothy Murphy wrote:
> Is anyone running this?
> There does not appear to be an entry for openvpn in /etc/init.d/ .
> Why is this?
> (Starting openvpn from the command line does not work.)
> Any suggestions?
>

It looks like openvpn has been migrated to systemd.  The old command:

   service openvpn start

should still start it, but the systemd style command is

   systemctl start openvpn.service

The systemd file that is the closest equivalent to /etc/init.d/openvpn is

   /lib/systemd/system/openvpn@.service

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

Reply via email to