1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

remove others_var

This commit is contained in:
yalh76 2021-05-13 22:44:10 +02:00
parent 0e88ef1188
commit c70785f46d
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@
}
],
"requirements": {
"yunohost": ">= 4.1.3"
"yunohost": ">= 4.2.0"
},
"multi_instance": true,
"services": [

View file

@ -136,7 +136,7 @@ chown $app:$app "$final_path/.env"
ynh_script_progression --message="Configuring a systemd service..."
# Create a dedicated systemd config
ynh_add_systemd_config --others_var="mongodb_servicename ynh_node"
ynh_add_systemd_config
#=================================================
# GENERIC FINALIZATION

View file

@ -191,7 +191,7 @@ chown $app:$app "$final_path/.env"
ynh_script_progression --message="Upgrading systemd configuration..."
# Create a dedicated systemd config
ynh_add_systemd_config --others_var="mongodb_servicename ynh_node"
ynh_add_systemd_config
#=================================================
# GENERIC FINALIZATION