Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] systemd + openvpn
Date: Wed, 11 Feb 2015 18:58:47
Message-Id: 20150211185844.GA31069@syscon7
1 How do I start and stop "systemd" services, I would imagine systemd works the same across all distros.
2 My openvpn server is running on Gentoo but client openvpn I setup on Fedora 21 (as the computer is old and slow).
3
4 Normally I would create configuration files in /etc/openvpn/
5 and run:
6 /etc/init.d/ln -s openvpn.client1 openvpn
7 /etc/init.d/openvpn.client1 start
8
9 But on Fedora when I do
10 systemctl enable openvpn@×××××.service
11
12 I get:
13 Failed to execute operation: No such file or directory.
14
15 --
16 Joseph

Replies

Subject Author
Re: [gentoo-user] systemd + openvpn Rich Freeman <rich0@g.o>
[gentoo-user] Re: systemd + openvpn walt <w41ter@×××××.com>