mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove old hack for vpnclient
This commit is contained in:
parent
82812bac2f
commit
0843d35cc5
1 changed files with 0 additions and 3 deletions
|
@ -653,9 +653,6 @@ def _get_services():
|
|||
|
||||
# Dirty hack to check the status of ynh-vpnclient
|
||||
if "ynh-vpnclient" in services:
|
||||
status_check = "systemctl is-active openvpn@client.service"
|
||||
if "test_status" not in services["ynh-vpnclient"]:
|
||||
services["ynh-vpnclient"]["test_status"] = status_check
|
||||
if "log" not in services["ynh-vpnclient"]:
|
||||
services["ynh-vpnclient"]["log"] = ["/var/log/ynh-vpnclient.log"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue