systemctl start [email protected] 在 2 个进程中启动 openvpn

systemctl start [email protected] 在 2 个进程中启动 openvpn

为什么运行 openvpn 时会使用两个不同的进程?systemctl start [email protected]

nobody    3971  0.0  0.0  54756  6828 ?        Ss   14:52   0:00 /usr/sbin/openvpn --daemon ovpn-vpn.example.com --status /run/openvpn/vpn.example.com.status 10 --cd /etc/openvpn --script-security 2 --config /etc/openvpn/vpn.example.com.conf --writepid /run/openvpn/vpn.example.com.pid
root      3972  0.0  0.0  57220  5168 ?        S    14:52   0:00 /usr/sbin/openvpn --daemon ovpn-vpn.example.com --status /run/openvpn/vpn.example.com.status 10 --cd /etc/openvpn --script-security 2 --config /etc/openvpn/vpn.example.com.conf --writepid /run/openvpn/vpn.example.com.pid

我在 Ubuntu 17.04 上。

相关内容