mirror of
https://github.com/YunoHost-Apps/django-fmd_ynh.git
synced 2024-09-03 18:26:27 +02:00
fix linter
This commit is contained in:
parent
e4a23c50b2
commit
fe1c87fa4d
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ ynh_script_progression --message="Adding system configurations related to $app..
|
||||||
ynh_add_nginx_config
|
ynh_add_nginx_config
|
||||||
|
|
||||||
# Create a dedicated systemd config
|
# Create a dedicated systemd config
|
||||||
ynh_add_systemd_config --service="$app" --description="$app service" --template="systemd.service"
|
ynh_add_systemd_config --service="$app" --template="systemd.service"
|
||||||
yunohost service add "$app" --log="/var/log/$app/$app.log"
|
yunohost service add "$app" --description="$app service" --log="/var/log/$app/$app.log"
|
||||||
|
|
||||||
# Use logrotate to manage app-specific logfile(s)
|
# Use logrotate to manage app-specific logfile(s)
|
||||||
ynh_use_logrotate
|
ynh_use_logrotate
|
||||||
|
|
Loading…
Reference in a new issue