mirror of
https://github.com/YunoHost-Apps/forgejo_ynh.git
synced 2024-09-03 18:36:26 +02:00
fix: add --nonappend for logrotate conf
This commit is contained in:
parent
c64fea4357
commit
882c4fb8ff
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"url": "https://forgejo.org",
|
"url": "https://forgejo.org",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.18.5-0~ynh1",
|
"version": "1.18.5-0~ynh2",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Emmanuel Averty",
|
"name": "Emmanuel Averty",
|
||||||
"email": "emmanuel.averty@free.fr"
|
"email": "emmanuel.averty@free.fr"
|
||||||
|
|
|
@ -171,7 +171,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||||
ynh_script_progression --message="Configuring log rotation..." --weight=1
|
ynh_script_progression --message="Configuring log rotation..." --weight=1
|
||||||
|
|
||||||
# Use logrotate to manage application logfile(s)
|
# Use logrotate to manage application logfile(s)
|
||||||
ynh_use_logrotate --logfile "/var/log/$app"
|
ynh_use_logrotate --logfile "/var/log/$app" --nonappend
|
||||||
|
|
||||||
chown -R $app:$app "/var/log/$app"
|
chown -R $app:$app "/var/log/$app"
|
||||||
chmod u=rwX,g=rX,o= "/var/log/$app"
|
chmod u=rwX,g=rX,o= "/var/log/$app"
|
||||||
|
|
Loading…
Reference in a new issue