This commit is contained in:
ericgaspar
2021-11-18 18:59:50 +01:00
parent d29b11e433
commit eb7bd6cb64
7 changed files with 38 additions and 3 deletions

View File

@ -142,6 +142,14 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1
ynh_add_systemd_config
#=================================================
# SETUP LOGROTATE
#=================================================
ynh_script_progression --message="Configuring log rotation..." --weight=1
# Use logrotate to manage application logfile(s)
ynh_use_logrotate
#=================================================
# INTEGRATE SERVICE IN YUNOHOST
#=================================================