description in upgrade
This commit is contained in:
@@ -106,7 +106,7 @@ if service_is_managed_by_yunohost $service_name
|
|||||||
then
|
then
|
||||||
yunohost service remove $service_name
|
yunohost service remove $service_name
|
||||||
fi
|
fi
|
||||||
yunohost service add $service_name --description "tunnels the internet traffic through a VPN" --need_lock
|
yunohost service add $service_name --description "Tunnels the internet traffic through a VPN" --need_lock
|
||||||
|
|
||||||
# checker service
|
# checker service
|
||||||
|
|
||||||
@@ -114,7 +114,7 @@ if service_is_managed_by_yunohost $service_checker_name
|
|||||||
then
|
then
|
||||||
yunohost service remove $service_checker_name
|
yunohost service remove $service_checker_name
|
||||||
fi
|
fi
|
||||||
yunohost service add $service_checker_name --description "makes sure that the VPN service is running" --need_lock
|
yunohost service add $service_checker_name --description "Makes sure that the VPN service is running" --need_lock
|
||||||
|
|
||||||
# Reload systemd configuration
|
# Reload systemd configuration
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user