![systemctl start [email protected] 在 2 个进程中启动 openvpn](https://linux22.com/image/714602/systemctl%20start%20%5Bemail%20protected%5D%20%E5%9C%A8%202%20%E4%B8%AA%E8%BF%9B%E7%A8%8B%E4%B8%AD%E5%90%AF%E5%8A%A8%20openvpn.png)
为什么运行 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 上。