无故退出,是怎么回事?技术
26年6月10,回顾,完全忘记是怎么回事了。?这世界终究是要回归到原始时代,一个食人草生长在荒郊野外,一生只为捕获到一个人就可以啦。
root@localhost:~# /etc/init.d/openvpn status
● openvpn.service - OpenVPN service
Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled)
Active: active (exited) since Tue 2022-10-18 02:54:46 UTC; 1 weeks 5 days ago
Main PID: 1753001 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 1133)
Memory: 0B
CPU: 0
CGroup: /system.slice/openvpn.service
Oct 18 02:54:46 localhost systemd[1]: Starting OpenVPN service...
Oct 18 02:54:46 localhost systemd[1]: Finished OpenVPN service.
root@localhost:~# /etc/init.d/openvpn restart
Restarting openvpn (via systemctl): openvpn.service.
root@localhost:~# /etc/init.d/openvpn status
● openvpn.service - OpenVPN service
Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled)
Active: active (exited) since Sun 2022-10-30 15:27:59 UTC; 3s ago
Process: 636809 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 636809 (code=exited, status=0/SUCCESS)
CPU: 1ms
Oct 30 15:27:59 localhost systemd[1]: Starting OpenVPN service...
Oct 30 15:27:59 localhost systemd[1]: Finished OpenVPN service.
暂无