LINUX.ORG.RU

Объясните про openvpn и systemd

 ,


0

2

Debian 8. В файле /etc/systemd/system/multi-user.target.wants/openvpn.service написано вот такое

[Unit]
Description=OpenVPN service
After=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
WorkingDirectory=/etc/openvpn

[Install]
WantedBy=multi-user.target
Собственно вопрос,а где тут запускается бинарник openvpn?

★★★

В /etc/init.d/openvpn

head /etc/systemd/system/multi-user.target.wants/openvpn.service -n 2
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
micronekodesu ★★★
()
Ответ на: комментарий от micronekodesu

после собаки - имя файла конфигурации из /etc/openvpn

anonymous
()

Это конфиг, а не бинарник

piwww ★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.