1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

[fix] install logrotate

This commit is contained in:
tituspijean 2020-10-20 16:41:39 +02:00
parent d337bd99f5
commit 7fe8416fef

View file

@ -162,6 +162,22 @@ ynh_replace_string --match_string="<HttpServerPortNumber>8096</HttpServerPortNum
chown -R $app: $final_path chown -R $app: $final_path
chown -R $app: /var/lib/jellyfin chown -R $app: /var/lib/jellyfin
#=================================================
# SETUP LOGROTATE
#=================================================
ynh_script_progression --message="Configuring log rotation..." --time --weight=1
### `ynh_use_logrotate` is used to configure a logrotate configuration for the logs of this app.
### Use this helper only if there is effectively a log file for this app.
### If you're not using this helper:
### - Remove the section "BACKUP LOGROTATE" in the backup script
### - Remove also the section "REMOVE LOGROTATE CONFIGURATION" in the remove script
### - As well as the section "RESTORE THE LOGROTATE CONFIGURATION" in the restore script
### - And the section "SETUP LOGROTATE" in the upgrade script
# Use logrotate to manage application logfile(s)
ynh_use_logrotate
#================================================= #=================================================
# INTEGRATE SERVICE IN YUNOHOST # INTEGRATE SERVICE IN YUNOHOST
#================================================= #=================================================