1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/influxdb_v2_ynh.git synced 2024-09-03 19:26:11 +02:00

Update install

This commit is contained in:
Éric Gaspar 2024-07-22 21:39:49 +02:00
parent 8d2204d189
commit 67c392f117

View file

@ -54,9 +54,9 @@ 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="Time-series database" --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="Time-series database" --log="/var/log/$app/$app.log"
ynh_use_logrotate ynh_use_logrotate