This commit is contained in:
Éric Gaspar 2023-09-26 23:57:47 +02:00
parent f6696000ef
commit fbbd619d3c
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description="Simple, private file sharing"
yunohost service add $app --description="Simple, private file sharing" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE

View File

@ -50,7 +50,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description="Simple, private file sharing"
yunohost service add $app --description="Simple, private file sharing" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE

View File

@ -105,7 +105,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description="Simple, private file sharing"
yunohost service add $app --description="Simple, private file sharing" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE