1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00
This commit is contained in:
Éric Gaspar 2023-05-25 09:57:22 +02:00
parent 699c052d81
commit c5df831d29
2 changed files with 6 additions and 6 deletions

View file

@ -38,7 +38,7 @@ yunohost service add $app --description="Cross platform reading server" --log="/
#=================================================
ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
ynh_systemd_action --service_name=nginx --action=reload