fix use of ynh_add_systemd_config

This commit is contained in:
Kayou
2019-02-27 22:19:33 +01:00
parent 7e3813808b
commit 2b60906505

View File

@@ -196,9 +196,9 @@ function vpnclient_deploy_files_and_services()
#================================================= #=================================================
ynh_print_info "Configuring a systemd service..." ynh_print_info "Configuring a systemd service..."
ynh_add_systemd_config $service_name ynh_add_systemd_config $service_name "$service_name.service"
ynh_add_systemd_config $service_checker_name ynh_add_systemd_config $service_checker_name "$service_checker_name.service"
} }
function service_is_managed_by_yunohost() { function service_is_managed_by_yunohost() {