Advertisement
Guest User

Untitled

a guest
May 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.47 KB | None | 0 0
  1. root@test-v4:/etc/openvpn# ps aux | grep openvpn
  2. root      3284  0.0  0.1  29376  2776 ?        Ss   13:30   0:00 SCREEN -S openvpn
  3. root      6641  0.0  0.0  14000   996 pts/0    S+   18:16   0:00 grep openvpn
  4. root@test-v4:/etc/openvpn#
  5. root@test-v4:/etc/openvpn#
  6. root@test-v4:/etc/openvpn#
  7. root@test-v4:/etc/openvpn# service openvpn restart
  8. root@test-v4:/etc/openvpn# ps aux | grep openvpn
  9. root      3284  0.0  0.1  29376  2776 ?        Ss   13:30   0:00 SCREEN -S openvpn
  10. root      6651  0.0  0.0  14000   968 pts/0    S+   18:16   0:00 grep openvpn
  11. root@test-v4:/etc/openvpn# ls -lt /etc/systemd | head -3
  12. итого 36
  13. drwxr-xr-x 10 root root 4096 май 21 18:37 system
  14. drwxr-xr-x  2 root root 4096 апр 18 20:44 network
  15. root@test-v4:/etc/openvpn# systemctl daemon-reload
  16. root@test-v4:/etc/openvpn# service openvpn restart
  17. root@test-v4:/etc/openvpn# ps aux | grep openvpn
  18. root      3284  0.0  0.1  29376  2776 ?        Ss   13:30   0:00 SCREEN -S openvpn
  19. root      6693  0.0  0.2  48532  5536 ?        Ss   18:17   0:00 /usr/sbin/openvpn --daemon ovpn-visyond --status /run/openvpn/visyond.status 10 --cd /etc/openvpn --config /etc/openvpn/visyond.conf --writepid /run/openvpn/visyond.pid
  20. root      6696  0.0  0.0  14000   976 pts/0    S+   18:17   0:00 grep openvpn
  21. root@test-v4:/etc/openvpn# ls -lt /etc/systemd | head -3
  22. итого 36
  23. drwxr-xr-x 10 root root 4096 май 21 18:37 system
  24. drwxr-xr-x  2 root root 4096 апр 18 20:44 network
  25. root@test-v4:/etc/openvpn#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement