mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 07:07:52 +08:00
5 lines
73 B
Bash
Executable File
5 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
/etc/init.d/openvpn enable
|
|
sleep 3
|
|
/etc/init.d/openvpn restart
|