From 1ed705d87248647a4937180305939234ba543e53 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 24 May 2019 05:06:01 +0200 Subject: [PATCH] Removing not needed service in admin panel --- scripts/install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index 7e773a5..0533265 100644 --- a/scripts/install +++ b/scripts/install @@ -112,12 +112,6 @@ chown -R root: $final_path # Use logrotate to manage application logfile(s) ynh_use_logrotate -#================================================= -# ADVERTISE SERVICE IN ADMIN PANEL -#================================================= - -yunohost service add NAME_INIT.D --log "/var/log/FILE.log" - #================================================= # SETUP SSOWAT #=================================================