OpenVPN under Fedora-16

Mike Wohlgemuth mjw at woogie.net
Thu Nov 10 14:22:20 UTC 2011


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 at .service

Mike


More information about the users mailing list