diff --git a/scripts/install b/scripts/install index e5f6506..e5d1ac0 100644 --- a/scripts/install +++ b/scripts/install @@ -125,6 +125,7 @@ ynh_replace_string "__DB_USER__" "$db_user" "../conf/config.json.example" ynh_replace_string "__DB_NAME__" "$db_name" "../conf/config.json.example" ynh_replace_string "__DB_PASS__" "$db_pass" "../conf/config.json.example" cp ../conf/config.json.example $final_path/config.json +cp ../conf/systemd.service /etc/systemd/system/$app.service # DB Config File ynh_replace_string "__DB_USER__" "$db_user" "../conf/.sequelizerc.example"