mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Add log file in restore script
This commit is contained in:
parent
1e75298003
commit
3aed535189
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ ynh_systemd_action -n $app -a start -l "Server available at" -p "systemd"
|
|||
# ADVERTISE SERVICE IN ADMIN PANEL
|
||||
#=================================================
|
||||
|
||||
yunohost service add $app --log "/var/log/$app.log"
|
||||
yunohost service add $app --log "/var/log/$app.log" --log "/var/www/$app/log/production.log"
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE LOGROTATE CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue