Разница между openvpn-client@.service и openvpn@.service?

sed -e 's/\([0-9]\)/\t\1/' input.txt

добавляет табуляцию перед первой цифрой в каждой строке.

Вывод:

name    surname 1    
name    surname 30000
name    surname 456
1
17.07.2018, 22:03
1 ответ

Из 2.4.0 конфигурация перемещена в подкаталоги :/etc/openvpn/{client,server}, а соответствующие единицы systemd были изменены с общих openvpn@.serviceна openvpn-client@.serviceи openvpn-server@.service.

Как это описано в журнале изменений:

OpenVPN now ships with more up-to-date systemd unit files which take advantage of the improved service management as well as some hardening steps. The configuration files are picked up from the /etc/openvpn/server/ and /etc/openvpn/client/ directories (depending on unit file). This also avoids these new unit files and how they work to collide with older pre-existing unit files.

Похоже, вики Fedora вышла -из -даты.

3
27.01.2020, 23:23

Теги

Похожие вопросы