diff --git a/manifest.toml b/manifest.toml index 7993c78..95244d0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -88,10 +88,8 @@ main.allowed = "all_users" main.auth_header = false [resources.system_user] -home = "/opt/yunohost/__APP__" [resources.install_dir] -dir = "/opt/yunohost/__APP__" [resources.ports] main.default = 8449 diff --git a/scripts/remove b/scripts/remove index 97f40a1..db594d3 100755 --- a/scripts/remove +++ b/scripts/remove @@ -33,19 +33,9 @@ then yunohost service remove $app fi -#================================================= -# STOP AND REMOVE SERVICE -#================================================= -ynh_script_progression --message="Stopping and removing the systemd service..." --weight=1 - # Remove the dedicated systemd config ynh_remove_systemd_config -#================================================= -# REMOVE LOGROTATE CONFIGURATION -#================================================= -ynh_script_progression --message="Removing logrotate configuration..." --weight=1 - # Remove the app-specific logrotate config ynh_remove_logrotate