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:
parent
8d2204d189
commit
67c392f117
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue