mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-06-26 22:07:49 +08:00

Suitable for mature project. root - administrative stuff doc - documents src - sources tests - tests distro - distro specific files sample - samples SIDE EFFECT: many changes to rpm spec. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Adriaan de Jong <dejong@fox-it.com> Signed-off-by: David Sommerseth <davids@redhat.com>
6 lines
63 B
Bash
Executable File
6 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# stop all openvpn processes
|
|
|
|
killall -TERM openvpn
|